:root {
  --am-black: #08090a;
  --am-graphite: #101214;
  --am-graphite-2: #171a1d;
  --am-page: #f4f6f7;
  --am-paper: #ffffff;
  --am-paper-2: #f8fafb;
  --am-ink: #111417;
  --am-ink-2: #29323a;
  --am-muted: #69757f;
  --am-line: #dde4ea;
  --am-line-dark: rgba(255, 255, 255, 0.11);
  --am-cyan: #10b6c4;
  --am-cyan-dark: #087d88;
  --am-mint: #18b978;
  --am-amber: #edae35;
  --am-red: #ed3f67;
  --am-radius: 8px;
  --am-shadow: 0 18px 46px rgba(13, 17, 21, 0.12);
  --am-shadow-strong: 0 28px 80px rgba(0, 0, 0, 0.3);
  --am-focus: 0 0 0 3px rgba(16, 182, 196, 0.22);
}

html {
  background: var(--am-black);
}

body.aussui-cms-site {
  margin: 0;
  color: var(--am-ink);
  background:
    linear-gradient(180deg, var(--am-black) 0, var(--am-black) 340px, var(--am-page) 340px, var(--am-page) 100%);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0;
}

body.aussui-cms-site::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  height: 360px;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(16, 182, 196, 0.16), transparent 44%),
    linear-gradient(225deg, rgba(24, 185, 120, 0.12), transparent 38%);
}

body.aussui-cms-site.has-open-drawer {
  overflow: hidden;
}

.wrap {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
}

.btn {
  min-height: 42px;
  border: 0;
  border-radius: var(--am-radius);
  padding: 0 18px;
  color: #fff;
  background: var(--am-cyan-dark);
  box-shadow: 0 14px 28px rgba(8, 125, 136, 0.22);
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: var(--am-cyan);
  box-shadow: 0 18px 34px rgba(16, 182, 196, 0.25);
}

.btn--ghost {
  color: var(--am-ink);
  border: 1px solid var(--am-line);
  background: #fff;
  box-shadow: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100000;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 10, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.top-bar,
.header-main,
.nav-strip {
  display: none !important;
}

.am-header-grid {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  grid-template-areas: "brand search actions";
  align-items: center;
  gap: 16px;
  padding: 12px 0 10px;
}

.am-brand {
  grid-area: brand;
  display: inline-grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
}

.am-brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--am-radius);
  background: rgba(255, 255, 255, 0.06);
}

.am-brand span {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.am-search-command,
.search-box {
  grid-area: search;
  position: relative;
  z-index: 2147482000;
  min-width: 0;
  max-width: none;
  isolation: isolate;
}

.search-box::before {
  display: none;
}

.search-box input {
  width: 100%;
  height: 50px;
  padding: 0 54px 0 90px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--am-radius);
  outline: 0;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.search-box input:focus {
  border-color: rgba(16, 182, 196, 0.62);
  box-shadow: var(--am-focus);
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.search-box button {
  position: absolute;
  inset-block-start: 7px;
  inset-inline-start: 8px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: var(--am-radius);
  color: var(--am-black);
  background: var(--am-cyan);
  display: grid;
  place-items: center;
}

.search-box kbd {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  z-index: 2;
  height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--am-radius);
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
  font-family: inherit;
  font-size: 12px;
}

.product-search-autocomplete,
.category-drawer__search .product-search-autocomplete {
  z-index: 2147483647;
  top: calc(100% + 10px);
  max-height: min(450px, calc(100vh - 150px));
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(16, 182, 196, 0.24);
  border-radius: var(--am-radius);
  color: #fff;
  background: rgba(16, 18, 20, 0.98);
  box-shadow: var(--am-shadow-strong);
}

.product-search-suggestion {
  grid-template-columns: 56px minmax(0, 1fr) auto;
  min-height: 72px;
  border-radius: var(--am-radius);
}

.product-search-suggestion:hover,
.product-search-suggestion.is-active {
  color: #fff;
  background: rgba(16, 182, 196, 0.12);
}

.product-search-suggestion__media,
.product-search-suggestion__price {
  border-radius: var(--am-radius);
}

.product-search-suggestion__price {
  color: var(--am-black);
  border: 0;
  background: var(--am-cyan);
}

.am-action-cluster,
.header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.icon-btn,
.login-btn,
.customer-balance-pill {
  border-radius: var(--am-radius);
}

.icon-btn {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.055);
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.icon-btn:hover {
  color: #fff;
  border-color: rgba(16, 182, 196, 0.35);
  background: rgba(16, 182, 196, 0.12);
  transform: translateY(-1px);
}

.nav-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid var(--am-black);
  border-radius: 999px;
  color: #fff;
  background: var(--am-red);
  font-size: 10px;
  font-weight: 900;
}

.login-btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: var(--am-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

.customer-balance-pill {
  min-height: 44px;
  max-width: 190px;
  display: inline-grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid rgba(24, 185, 120, 0.35);
  color: #eafff6;
  background: rgba(24, 185, 120, 0.13);
  text-align: right;
}

.customer-balance-pill__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--am-radius);
  color: var(--am-black);
  background: var(--am-mint);
}

.customer-balance-pill small,
.customer-balance-pill strong {
  display: block;
  min-width: 0;
}

.customer-balance-pill small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
}

.customer-balance-pill strong {
  color: #dfffee;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-balance-pill.is-updated,
.customer-priority-link.is-updated {
  animation: amBalancePulse 0.72s ease;
}

@keyframes amBalancePulse {
  0% { transform: scale(1); }
  38% { transform: scale(1.03); box-shadow: 0 0 0 7px rgba(24, 185, 120, 0.14); }
  100% { transform: scale(1); }
}

.am-menu-button {
  display: none;
}

.am-header-tools {
  min-height: 46px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 0 0 12px;
}

.am-category-launch {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--am-radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 900;
}

.am-nav-line,
.site-nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.am-nav-line::-webkit-scrollbar {
  display: none;
}

.site-nav-list a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--am-radius);
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.site-nav-list a:hover,
.site-nav-list .active > a,
.site-nav-list a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.am-header-benefits,
.top-benefits {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
}

.am-header-benefits span,
.top-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
}

.am-header-benefits svg,
.top-benefits svg {
  color: var(--am-cyan);
}

.customer-priority-strip {
  position: relative;
  z-index: 20;
  margin: 0;
  background: rgba(8, 9, 10, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.customer-priority-strip__inner {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  padding: 7px 0;
}

.customer-priority-strip__label {
  display: none;
}

.customer-priority-links,
.customer-priority-links.has-balance {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.customer-priority-links::-webkit-scrollbar {
  display: none;
}

.customer-priority-link {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-grid;
  grid-template-columns: 28px auto;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--am-radius);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.customer-priority-link::after {
  display: none;
}

.customer-priority-link:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(16, 182, 196, 0.32);
  background: rgba(16, 182, 196, 0.1);
}

.customer-priority-link__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: var(--am-radius);
  color: var(--am-cyan);
  background: rgba(16, 182, 196, 0.1);
}

.customer-priority-link.is-wallet .customer-priority-link__icon {
  color: #8b5b00;
  background: rgba(237, 174, 53, 0.16);
}

.customer-priority-link.is-balance .customer-priority-link__icon {
  color: #08754a;
  background: rgba(24, 185, 120, 0.14);
}

.customer-priority-link strong,
.customer-priority-link small {
  display: block;
}

.customer-priority-link strong {
  color: inherit;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
}

.customer-priority-link small {
  display: none;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.cms-main {
  background: transparent;
  min-height: 70vh;
}

.cms-breadcrumb {
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.am-home {
  color: var(--am-ink);
}

.am-hero {
  padding: 18px 0 30px;
}

.am-hero::before,
.hero::before {
  display: none;
}

.am-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
  gap: 0;
  align-items: stretch;
}

.am-hero-stage {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--am-radius);
  color: #fff;
  background: var(--am-graphite);
  box-shadow: var(--am-shadow-strong);
}

.am-hero-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  filter: saturate(1.04) contrast(1.06);
  transform: scale(1.01);
  transition: transform 0.8s cubic-bezier(.2, .7, .2, 1);
}

.am-hero-stage:hover img {
  transform: scale(1.055);
}

.am-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 9, 10, 0.96), rgba(8, 9, 10, 0.46) 55%, rgba(8, 9, 10, 0.82));
}

.am-hero-copy {
  position: absolute;
  inset-inline: 34px auto;
  inset-block-end: 34px;
  z-index: 2;
  max-width: 610px;
}

.am-hero-copy > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--am-cyan);
  font-size: 14px;
  font-weight: 950;
}

.am-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}

.am-hero-copy p {
  margin: 14px 0 22px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 750;
}

.am-hero-cta {
  width: fit-content;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--am-radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.am-hero-cta span,
.am-hero-cta small,
.am-hero-cta bdi {
  display: block;
}

.am-hero-cta small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 850;
}

.am-hero-cta bdi {
  color: #eafff6;
  font-size: 18px;
  font-weight: 950;
}

.am-hero-cta strong {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: var(--am-radius);
  color: var(--am-black);
  background: var(--am-cyan);
  font-size: 14px;
  font-weight: 950;
}

.am-hero-aside {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-start: 18px;
  z-index: 5;
  width: min(318px, calc(100% - 36px));
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
}

.am-quick-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.am-quick-actions a {
  min-height: 46px;
  display: grid;
  align-content: center;
  gap: 1px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--am-radius);
  color: #fff;
  background: rgba(8, 9, 10, 0.58);
  box-shadow: none;
  backdrop-filter: blur(14px);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.am-quick-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 182, 196, 0.42);
  background: rgba(8, 9, 10, 0.72);
}

.am-quick-actions strong {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.am-quick-actions span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 750;
}

.am-live-stack {
  display: grid;
  gap: 6px;
}

.am-compact-product {
  min-height: 64px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--am-radius);
  color: #fff;
  background: rgba(8, 9, 10, 0.55);
  box-shadow: none;
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.am-compact-product > span {
  display: block;
  overflow: hidden;
  border-radius: var(--am-radius);
  background: rgba(255, 255, 255, 0.1);
}

.am-compact-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.am-compact-product div {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 2px;
}

.am-compact-product small {
  color: var(--am-cyan);
  font-size: 11px;
  font-weight: 900;
}

.am-compact-product strong {
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.35;
}

.am-compact-product bdi {
  color: var(--am-mint);
  font-size: 13px;
  font-weight: 950;
}

.home-section {
  padding: 32px 0;
}

.section-head {
  margin-bottom: 16px;
  align-items: flex-end;
}

.section-head h2,
.cat-title h1,
.product-main h1,
.account-subpage-hero h1,
.account-card__head h2,
.description-panel h2 {
  color: var(--am-ink);
  letter-spacing: 0;
}

.section-head h2 {
  font-size: 28px;
  font-weight: 950;
}

.section-head p,
.cat-title p,
.description-panel p,
.description-panel li,
.account-subpage-hero p,
.account-hero__copy p {
  color: var(--am-muted);
}

.section-head a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  color: var(--am-cyan-dark);
  background: #fff;
  font-weight: 900;
}

.product-grid {
  direction: rtl;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.home-products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.am-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  color: var(--am-ink);
  background: var(--am-paper);
  box-shadow: var(--am-shadow);
  isolation: isolate;
  transition: transform 0.22s cubic-bezier(.2, .7, .2, 1), border-color 0.22s ease, box-shadow 0.22s ease;
}

.am-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 182, 196, 0.35);
  box-shadow: 0 24px 58px rgba(13, 17, 21, 0.16);
}

.am-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #eaf0f4;
}

.pc-img,
.pc-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.pc-img img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s cubic-bezier(.2, .7, .2, 1), filter 0.3s ease;
}

.am-product-card:hover .pc-img img {
  transform: scale(1.055);
  filter: saturate(1.05) contrast(1.03);
}

.am-product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(8, 9, 10, 0.5));
}

.am-product-scan {
  position: absolute;
  inset-inline: 12px;
  inset-block-start: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--am-cyan);
  opacity: 0;
  transform: translateY(0);
}

.am-product-card:hover .am-product-scan {
  opacity: 0.8;
  animation: amScan 1.1s ease;
}

@keyframes amScan {
  from { transform: translateY(0); }
  to { transform: translateY(210px); opacity: 0; }
}

.am-product-tools {
  position: absolute;
  inset-block-start: 10px;
  inset-inline: 10px;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}

.pc-heart,
.pc-platform,
.pc-discount {
  pointer-events: auto;
  border-radius: var(--am-radius);
}

.pc-heart {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(8, 9, 10, 0.68);
  backdrop-filter: blur(12px);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.pc-heart:hover {
  transform: translateY(-1px) scale(1.04);
}

.pc-heart.is-active {
  color: #fff;
  background: var(--am-red);
}

.pc-heart-icon {
  width: 20px;
  height: 20px;
}

.pc-heart-shape {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.9px;
}

.pc-heart.is-active .pc-heart-shape {
  fill: currentColor;
}

.pc-platform {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.88);
}

.pc-platform img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pc-discount {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 8px;
  color: #fff;
  background: var(--am-red);
  font-size: 12px;
  font-weight: 950;
}

.am-product-body {
  display: grid;
  gap: 10px;
  padding: 13px;
}

.am-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pc-kicker,
.am-product-meta > span {
  max-width: 100%;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: var(--am-radius);
  color: var(--am-cyan-dark);
  background: rgba(16, 182, 196, 0.09);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.am-product-meta > span {
  color: #08754a;
  background: rgba(24, 185, 120, 0.1);
}

.pc-title {
  min-height: 44px;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--am-ink);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 950;
}

.pc-title-link:hover .pc-title {
  color: var(--am-cyan-dark);
}

.am-product-purchase {
  display: grid;
  gap: 10px;
}

.pc-price {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  direction: rtl;
}

.pc-price small {
  color: var(--am-muted);
  font-size: 11px;
  font-weight: 850;
}

.pc-price strong {
  color: var(--am-mint);
  font-size: 21px;
  line-height: 1;
  font-weight: 950;
  direction: ltr;
}

.pc-old-price {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 800;
}

.pc-cta .btn {
  width: 100%;
  min-height: 40px;
}

.category-banners,
.platform-grid,
.blog-grid,
.why-grid {
  display: grid;
  gap: 14px;
}

.category-banners {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.platform-grid,
.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-banner,
.platform-card,
.blog-card,
.why-card,
.form-panel,
.account-card,
.account-orders,
.account-metric,
.account-shortcut,
.account-hero,
.account-subpage-hero {
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  color: var(--am-ink);
  background: #fff;
  box-shadow: var(--am-shadow);
}

.category-banner {
  min-height: 280px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 24px;
}

.category-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
}

.category-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, #fff 100%);
}

.category-banner div {
  position: relative;
  z-index: 2;
}

.category-banner span,
.blog-card small {
  color: var(--am-cyan-dark);
  font-weight: 950;
}

.category-banner h2,
.platform-card strong,
.blog-card h3,
.why-card h3 {
  color: var(--am-ink);
}

.platform-card {
  min-height: 118px;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
  padding: 18px 10px;
}

.platform-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.platform-card small,
.blog-card p,
.why-card p {
  color: var(--am-muted);
}

.blog-card {
  overflow: hidden;
}

.blog-card a {
  display: grid;
  height: 100%;
}

.blog-card__media,
.blog-card img {
  display: block;
  width: 100%;
}

.blog-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-card__body,
.why-card {
  padding: 16px;
}

.blog-card__read {
  color: var(--am-cyan-dark);
  font-weight: 950;
}

.catalog-page,
.product-page,
.cart-page,
.checkout-page,
.auth-page,
.content-page {
  padding: 26px 0 62px;
  color: var(--am-ink);
}

.cat-head {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  background: #fff;
  box-shadow: var(--am-shadow);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: 150px;
  max-height: calc(100vh - 170px);
}

.catalog-filters,
.description-panel,
.buy-box,
.about-box {
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  background: #fff;
  box-shadow: var(--am-shadow);
}

.catalog-filters {
  padding: 16px;
}

.chip,
.sort-btn,
.filter-mobile-btn,
.sort-menu,
.sort-menu a,
.tabs button,
.tags span,
.qty-controls,
.account-chip,
.account-status {
  border-radius: var(--am-radius);
}

.chip,
.sort-btn,
.filter-mobile-btn,
.tags span {
  color: var(--am-ink-2);
  border: 1px solid var(--am-line);
  background: var(--am-paper-2);
}

.chip.active,
.chip:hover {
  color: #fff;
  border-color: var(--am-cyan-dark);
  background: var(--am-cyan-dark);
}

.sort-menu {
  border: 1px solid var(--am-line);
  background: #fff;
  box-shadow: var(--am-shadow);
}

.sort-menu a {
  color: var(--am-ink);
}

.sort-menu a:hover {
  background: rgba(16, 182, 196, 0.08);
}

.catalog-content.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.catalog-content.is-loading::before {
  content: "";
  position: sticky;
  top: 160px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto -34px;
  border: 3px solid rgba(16, 182, 196, 0.18);
  border-top-color: var(--am-cyan);
  border-radius: 50%;
  animation: amSpin 0.75s linear infinite;
}

@keyframes amSpin {
  to { transform: rotate(360deg); }
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 18px;
  align-items: start;
}

.product-hero-media {
  height: 440px;
  overflow: hidden;
  border-radius: var(--am-radius);
  background: var(--am-graphite);
  box-shadow: var(--am-shadow);
}

.product-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buy-box {
  position: sticky;
  top: 150px;
  padding: 18px;
}

.price-box strong {
  color: var(--am-mint);
}

.account-page > .wrap {
  display: grid;
  gap: 16px;
}

.account-hero,
.account-subpage-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
}

.account-avatar,
.account-avatar-preview,
.account-subpage-icon,
.account-metric__icon,
.account-shortcut__icon {
  border-radius: var(--am-radius);
}

.account-avatar,
.account-avatar-preview {
  background: rgba(16, 182, 196, 0.11);
  color: var(--am-cyan-dark);
}

.account-metrics,
.account-shortcuts,
.account-settings-grid,
.account-wallet-grid {
  display: grid;
  gap: 14px;
}

.account-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-shortcuts,
.account-wallet-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-settings-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-metric,
.account-shortcut,
.account-card,
.account-orders {
  padding: 16px;
}

.account-metric strong,
.account-shortcut strong,
.account-card__head h2 {
  color: var(--am-ink);
}

.account-metric small,
.account-shortcut small,
.account-info-item span {
  color: var(--am-muted);
}

.eyebrow {
  color: var(--am-cyan-dark);
  font-size: 12px;
  font-weight: 950;
}

.account-form label span {
  color: var(--am-ink-2);
  font-weight: 900;
}

.account-form input,
.account-form select,
.account-form textarea,
.qty-controls button,
.qty-controls input,
.contact-modern input,
.contact-modern textarea,
.complaint-page input,
.complaint-page textarea {
  color: var(--am-ink);
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  background: var(--am-paper-2);
}

.account-form input:focus,
.account-form select:focus,
.account-form textarea:focus {
  outline: 0;
  border-color: rgba(16, 182, 196, 0.58);
  box-shadow: var(--am-focus);
}

.account-alert,
.checkout-inline-alert {
  border-radius: var(--am-radius);
  font-size: 14px;
}

.account-alert.is-success,
.checkout-inline-alert.is-success {
  color: #057346;
  border-color: rgba(24, 185, 120, 0.26);
  background: rgba(24, 185, 120, 0.1);
}

.account-alert.is-error,
.checkout-inline-alert.is-error {
  color: #a1153c;
  border-color: rgba(237, 63, 103, 0.26);
  background: rgba(237, 63, 103, 0.1);
}

.account-form.is-ajax-submitting {
  opacity: 0.68;
  pointer-events: none;
}

.account-form.is-ajax-submitting .btn::after,
[data-wallet-request-form].is-ajax-submitting .btn::after,
.account-inline-action.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-inline-start: 8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  animation: amSpin 0.75s linear infinite;
}

.account-form.is-saved,
.account-card.is-saved {
  animation: amSaved 0.8s ease;
}

@keyframes amSaved {
  35% { transform: translateY(-2px); box-shadow: 0 0 0 6px rgba(24, 185, 120, 0.14), var(--am-shadow); }
}

.table-responsive,
.account-table-wrap {
  overflow-x: auto;
  border-radius: var(--am-radius);
}

.account-table {
  color: var(--am-ink);
}

.account-table th {
  color: var(--am-muted);
  background: var(--am-paper-2);
}

.account-table td {
  border-color: var(--am-line);
}

.account-status.is-complete,
.account-status.is-positive {
  color: #057346;
  background: rgba(24, 185, 120, 0.12);
}

.account-status.is-pending,
.account-status.is-processing {
  color: #8b5b00;
  background: rgba(237, 174, 53, 0.16);
}

.account-status.is-rejected,
.account-status.is-negative {
  color: #a1153c;
  background: rgba(237, 63, 103, 0.12);
}

.empty-state {
  color: var(--am-ink);
}

.empty-state h2,
.account-empty-state strong {
  color: var(--am-ink);
}

.empty-state p,
.account-empty-state span {
  color: var(--am-muted);
}

.newsletter,
.footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--am-black);
}

.newsletter__inner,
.footer-platform,
.footer-brand-panel,
.footer-nav-panel,
.footer-assurance-panel {
  border-radius: var(--am-radius);
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
}

.footer h3,
.footer strong {
  color: #fff;
}

.cookie-bar {
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  color: var(--am-ink);
  background: #fff;
  box-shadow: var(--am-shadow);
}

.mobile-nav {
  z-index: 2147482500;
}

.category-drawer__panel,
.mobile-nav__panel,
.filter-drawer__panel {
  color: #fff;
  background: var(--am-black);
}

.category-drawer__search input {
  border-radius: var(--am-radius);
}

.am-mobile-dock {
  display: none;
}

@media (max-width: 1180px) {
  .home-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .account-settings-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  body.aussui-cms-site {
    padding-bottom: 74px;
    background: linear-gradient(180deg, var(--am-black) 0, var(--am-black) 260px, var(--am-page) 260px, var(--am-page) 100%);
  }

  .am-header-grid {
    min-height: 72px;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    grid-template-areas:
      "menu brand actions"
      "search search search";
    gap: 10px;
    padding: 10px 0;
  }

  .am-menu-button {
    grid-area: menu;
    display: grid;
    justify-self: start;
  }

  .am-brand {
    justify-self: center;
    grid-template-columns: 42px auto;
  }

  .am-brand img {
    width: 42px;
    height: 42px;
  }

  .am-brand span {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }

  .am-action-cluster {
    justify-self: end;
  }

  .am-action-cluster .icon-btn,
  .am-action-cluster .customer-balance-pill {
    display: none;
  }

  .login-btn {
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 0;
  }

  .login-btn svg {
    width: 21px;
    height: 21px;
  }

  .am-search-command {
    grid-area: search;
  }

  .search-box input {
    height: 46px;
    padding-inline-start: 50px;
  }

  .search-box kbd {
    display: none;
  }

  .am-header-tools {
    display: none;
  }

  .customer-priority-strip__inner {
    padding: 6px 0;
  }

  .customer-priority-links,
  .customer-priority-links.has-balance {
    display: flex;
    gap: 8px;
  }

  .customer-priority-link {
    min-height: 38px;
    grid-template-columns: 26px auto;
    justify-items: start;
    text-align: right;
    padding: 5px 9px;
  }

  .customer-priority-link__icon {
    width: 26px;
    height: 26px;
  }

  .customer-priority-link strong {
    font-size: 11px;
  }

  .customer-priority-link small {
    display: none;
  }

  .am-hero-layout,
  .product-detail-grid,
  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .am-hero-stage {
    min-height: 360px;
  }

  .am-hero-aside {
    position: static;
    width: auto;
    grid-template-rows: auto auto;
    margin-top: 10px;
  }

  .am-quick-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-sidebar {
    display: none;
  }

  .filter-mobile-btn {
    display: inline-flex;
  }

  .buy-box {
    position: static;
  }

  .account-metrics,
  .account-shortcuts,
  .account-wallet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .am-mobile-dock {
    position: fixed;
    inset-inline: 10px;
    inset-block-end: 10px;
    z-index: 2147481200;
    min-height: 58px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(8, 9, 10, 0.94);
    box-shadow: var(--am-shadow-strong);
    backdrop-filter: blur(18px);
  }

  .am-mobile-dock a {
    position: relative;
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 2px;
    color: rgba(255, 255, 255, 0.72);
    border-radius: var(--am-radius);
    font-size: 10px;
    font-weight: 900;
  }

  .am-mobile-dock a:hover {
    color: #fff;
    background: rgba(16, 182, 196, 0.12);
  }

  .am-mobile-dock svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .wrap {
    width: calc(100% - 24px);
  }

  .cms-breadcrumb {
    display: none;
  }

  .am-hero {
    padding-top: 16px;
  }

  .am-hero-stage {
    min-height: 320px;
  }

  .am-hero-stage::after {
    background: linear-gradient(180deg, rgba(8, 9, 10, 0.18), rgba(8, 9, 10, 0.94));
  }

  .am-hero-copy {
    inset-inline: 18px;
    inset-block-end: 18px;
  }

  .am-hero-copy h1 {
    font-size: 28px;
  }

  .am-hero-copy p {
    font-size: 14px;
  }

  .am-quick-actions {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .home-products,
  .category-banners,
  .platform-grid,
  .blog-grid,
  .why-grid,
  .account-metrics,
  .account-shortcuts,
  .account-settings-grid,
  .account-settings-grid--four,
  .account-wallet-grid {
    grid-template-columns: 1fr;
  }

  .am-product-card {
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 140px;
  }

  .am-product-media {
    aspect-ratio: auto;
    height: 100%;
  }

  .am-product-body {
    padding: 10px;
  }

  .am-product-meta {
    justify-content: flex-start;
  }

  .am-product-meta > span {
    display: none;
  }

  .pc-title {
    min-height: 38px;
    font-size: 14px;
  }

  .pc-price strong {
    font-size: 17px;
  }

  .pc-cta .btn {
    min-height: 36px;
    font-size: 12px;
  }

  .am-product-tools {
    inset: 7px;
  }

  .pc-heart,
  .pc-platform {
    width: 34px;
    height: 34px;
  }

  .cat-head,
  .section-head,
  .account-hero,
  .account-subpage-hero,
  .account-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cat-head__controls,
  .sort-wrap,
  .sort-btn,
  .filter-mobile-btn {
    width: 100%;
  }

  .product-hero-media {
    height: 260px;
  }

  .account-table-wrap,
  .table-responsive {
    overflow-x: auto;
  }
}

@media (max-width: 420px) {
  .am-brand span {
    display: none;
  }

  .am-product-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .customer-priority-link strong {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* Final storefront composition: clean, compact, and visually separated from the old theme. */
body.aussui-cms-site {
  color: #18202a;
  background: #f5f7fa;
}

body.aussui-cms-site::before {
  display: none;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dde5ee;
  box-shadow: 0 10px 28px rgba(19, 29, 41, 0.07);
}

.am-header-grid {
  min-height: 74px;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  gap: 18px;
  padding: 10px 0;
}

.am-brand {
  min-width: 132px;
}

.am-brand img {
  width: 138px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  object-fit: contain;
}

.am-brand span,
.am-header-benefits {
  display: none;
}

.search-box input {
  height: 48px;
  color: #18202a;
  border: 1px solid #d9e2ec;
  background: #f7f9fb;
  box-shadow: none;
}

.search-box input::placeholder {
  color: #87919c;
}

.search-box button {
  color: #fff;
  background: #0b8f9d;
}

.search-box kbd {
  color: #69757f;
  border-color: #d9e2ec;
  background: #fff;
}

.icon-btn {
  color: #34404c;
  border-color: #d9e2ec;
  background: #fff;
}

.icon-btn:hover {
  color: #0b8f9d;
  border-color: rgba(11, 143, 157, 0.35);
  background: #eefbfd;
}

.login-btn {
  color: #18202a;
  border: 1px solid #d9e2ec;
  background: #fff;
  box-shadow: none;
}

.login-btn:hover {
  color: #0b8f9d;
  border-color: rgba(11, 143, 157, 0.35);
}

.customer-balance-pill {
  color: #0d3f31;
  border-color: rgba(24, 185, 120, 0.28);
  background: #ecfdf5;
  box-shadow: none;
}

.customer-balance-pill small {
  color: #5f716a;
}

.customer-balance-pill strong {
  color: #08754a;
}

.am-header-tools {
  min-height: 42px;
  padding: 0 0 10px;
}

.am-category-launch,
.site-nav-list a {
  color: #34404c;
  border-color: #d9e2ec;
  background: #fff;
}

.site-nav-list a:hover,
.site-nav-list .active > a,
.site-nav-list a.active,
.am-category-launch:hover {
  color: #0b8f9d;
  background: #eefbfd;
}

.customer-priority-strip {
  background: #f5f7fa;
  border-top: 0;
  border-bottom: 1px solid #e5ebf1;
}

.customer-priority-strip__inner {
  padding: 8px 0;
}

.customer-priority-links,
.customer-priority-links.has-balance {
  justify-content: flex-start;
  gap: 8px;
}

.customer-priority-link {
  min-height: 34px;
  grid-template-columns: 24px auto;
  gap: 7px;
  padding: 4px 10px;
  color: #26323d;
  border-color: #d9e2ec;
  background: #fff;
}

.customer-priority-link:hover {
  color: #0b8f9d;
  background: #fff;
  border-color: rgba(11, 143, 157, 0.32);
}

.customer-priority-link__icon {
  width: 24px;
  height: 24px;
  color: #0b8f9d;
  background: #eefbfd;
}

.customer-priority-link strong {
  font-size: 12px;
}

.cms-breadcrumb {
  color: #7b8794;
}

.am-hero {
  padding: 18px 0 26px;
}

.am-hero-layout {
  grid-template-columns: 1fr;
}

.am-hero-stage {
  min-height: 340px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: stretch;
  color: #18202a;
  border: 1px solid #dde5ee;
  background: #fff;
  box-shadow: 0 22px 54px rgba(19, 29, 41, 0.1);
}

.am-hero-stage img {
  position: relative;
  inset: auto;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 340px;
  opacity: 1;
  filter: none;
  transform: none;
}

.am-hero-stage:hover img {
  transform: none;
}

.am-hero-stage::after {
  display: none;
}

.am-hero-copy {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  max-width: none;
  display: grid;
  align-content: center;
  padding: 34px;
}

.am-hero-copy > span {
  color: #0b8f9d;
}

.am-hero-copy h1 {
  color: #111827;
  font-size: clamp(27px, 3.2vw, 44px);
  line-height: 1.18;
}

.am-hero-copy p {
  color: #667085;
}

.am-hero-cta {
  color: #18202a;
  border-color: #d9e2ec;
  background: #f7f9fb;
  backdrop-filter: none;
}

.am-hero-cta small {
  color: #667085;
}

.am-hero-cta bdi {
  color: #08754a;
}

.am-hero-cta strong {
  color: #fff;
  background: #0b8f9d;
}

.am-hero-aside {
  display: none;
}

.home-section {
  padding: 26px 0;
}

.section-head h2 {
  color: #111827;
}

.section-head p {
  color: #667085;
}

.section-head a {
  color: #0b8f9d;
  border-color: #d9e2ec;
  background: #fff;
}

.am-product-card,
.category-banner,
.platform-card,
.blog-card,
.why-card,
.form-panel,
.account-card,
.account-orders,
.account-metric,
.account-shortcut,
.account-hero,
.account-subpage-hero,
.cat-head,
.catalog-filters,
.description-panel,
.buy-box,
.about-box {
  border-color: #dde5ee;
  box-shadow: 0 14px 34px rgba(19, 29, 41, 0.07);
}

.pc-price strong,
.am-compact-product bdi {
  color: #08754a;
}

.pc-kicker,
.am-product-meta > span {
  color: #0b8f9d;
  background: #eefbfd;
}

@media (max-width: 1023px) {
  body.aussui-cms-site {
    background: #f5f7fa;
  }

  .am-header-grid {
    min-height: 70px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

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

  .am-brand img {
    width: 118px;
    height: 42px;
  }

  .am-header-tools {
    display: none;
  }

  .am-hero-stage {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .am-hero-stage img {
    grid-column: 1;
    height: 250px;
  }

  .am-hero-copy {
    grid-column: 1;
    padding: 22px;
  }

  .customer-priority-links,
  .customer-priority-links.has-balance {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .am-hero-stage img {
    height: 210px;
  }

  .am-hero-copy h1 {
    font-size: 24px;
  }

  .am-hero-copy {
    padding: 18px;
  }
}

/* Storefront header and hero rebuild */
:root {
  --am-v2-bg: #f2f5f8;
  --am-v2-surface: #ffffff;
  --am-v2-ink: #121926;
  --am-v2-soft: #667085;
  --am-v2-line: #dce5ee;
  --am-v2-teal: #0b9ba7;
  --am-v2-teal-2: #16c2ca;
  --am-v2-blue: #1463ff;
  --am-v2-gold: #d99a21;
  --am-v2-green: #0e9f6e;
  --am-v2-radius: 18px;
  --am-v2-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

html {
  background: var(--am-v2-bg);
}

body.aussui-cms-site {
  color: var(--am-v2-ink);
  background:
    radial-gradient(circle at 86% 0%, rgba(22, 194, 202, 0.12), transparent 32rem),
    linear-gradient(180deg, #f8fafc 0, var(--am-v2-bg) 34rem, #f6f8fb 100%);
}

body.aussui-cms-site::before {
  display: none;
}

.site-header.am-storefront-header {
  position: sticky;
  top: 0;
  z-index: 100000;
  overflow: visible;
  border-bottom: 1px solid rgba(208, 218, 229, 0.86);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.am-header-grid {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(300px, 1fr) auto;
  grid-template-areas: "brand search actions";
  align-items: center;
  gap: 14px;
  padding: 12px 0 8px;
}

.am-menu-button {
  display: none;
}

.am-brand {
  grid-area: brand;
  min-width: 0;
  width: max-content;
  max-width: 220px;
  display: inline-grid;
  grid-template-columns: 42px minmax(0, auto);
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  color: var(--am-v2-ink);
  border: 1px solid rgba(220, 229, 238, 0.95);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.am-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
  background: #f8fafc;
  padding: 3px;
}

.am-brand span {
  max-width: 140px;
  overflow: hidden;
  color: var(--am-v2-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am-search-command {
  grid-area: search;
  height: 48px;
  max-width: 720px;
  justify-self: stretch;
  border: 1px solid #d8e2ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.am-search-command:focus-within {
  border-color: rgba(11, 155, 167, 0.52);
  box-shadow: 0 16px 40px rgba(11, 155, 167, 0.13), 0 0 0 3px rgba(11, 155, 167, 0.08);
}

.am-search-command input {
  color: var(--am-v2-ink);
  font-size: 14px;
  font-weight: 800;
}

.am-search-command input::placeholder {
  color: #98a2b3;
}

.am-search-command button {
  width: 42px;
  height: 42px;
  margin-inline-start: 3px;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--am-v2-teal), var(--am-v2-teal-2));
  box-shadow: 0 12px 24px rgba(11, 155, 167, 0.22);
}

.am-search-command kbd {
  color: #5d6875;
  border-color: #d8e2ec;
  background: #f7fafc;
}

.search-suggestions,
[data-product-search] .search-suggestions,
.product-search-suggestions {
  z-index: 2147483000 !important;
}

.am-action-cluster {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.am-action-cluster .icon-btn,
.am-action-cluster .login-btn,
.am-action-cluster .customer-balance-pill {
  min-height: 44px;
  border: 1px solid #dce5ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.am-action-cluster .icon-btn {
  width: 46px;
  color: #1d2939;
}

.am-action-cluster .login-btn {
  color: var(--am-v2-ink);
  padding: 0 14px;
}

.am-action-cluster .customer-balance-pill {
  padding: 5px 11px 5px 14px;
  border-color: rgba(14, 159, 110, 0.2);
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(255, 255, 255, 0.94));
}

.am-action-cluster .customer-balance-pill__icon {
  color: #fff;
  background: linear-gradient(135deg, var(--am-v2-green), #25c38a);
}

.am-action-cluster .customer-balance-pill strong {
  color: var(--am-v2-green);
}

.am-header-tools {
  min-height: 54px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0 0 12px;
}

.am-category-launch {
  height: 42px;
  padding: 0 13px;
  color: var(--am-v2-ink);
  border: 1px solid #dce5ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.am-category-launch:hover,
.site-nav-list a:hover,
.site-nav-list .active > a,
.site-nav-list a.active {
  color: var(--am-v2-teal);
  border-color: rgba(11, 155, 167, 0.28);
  background: #edfafa;
}

.am-nav-line {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
}

.site-nav-list a {
  min-height: 38px;
  padding: 0 13px;
  color: #475467;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.am-header-shortcuts.customer-priority-strip {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.am-header-shortcuts .customer-priority-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.am-header-shortcuts .customer-priority-link {
  min-height: 40px;
  grid-template-columns: 28px auto;
  gap: 8px;
  padding: 5px 10px;
  color: #26323d;
  border: 1px solid #dce5ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.am-header-shortcuts .customer-priority-link.is-balance {
  display: none;
}

.am-header-shortcuts .customer-priority-link:hover {
  color: var(--am-v2-teal);
  transform: translateY(-1px);
  border-color: rgba(11, 155, 167, 0.26);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.09);
}

.am-header-shortcuts .customer-priority-link__icon {
  width: 28px;
  height: 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--am-v2-blue), var(--am-v2-teal));
}

.am-header-shortcuts .customer-priority-link.is-wallet .customer-priority-link__icon {
  background: linear-gradient(135deg, var(--am-v2-gold), #f2c15f);
}

.am-header-shortcuts .customer-priority-link strong {
  font-size: 12px;
  line-height: 1.1;
}

.am-header-shortcuts .customer-priority-link small {
  color: #7c8794;
  font-size: 10px;
}

.am-home-v2 .am-hero-pro {
  position: relative;
  padding: 34px 0 42px;
}

.am-home-v2 .am-hero-pro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr) minmax(230px, 0.5fr);
  gap: 16px;
  align-items: stretch;
}

.am-home-v2 .am-hero-pro__copy,
.am-home-v2 .am-hero-feature,
.am-home-v2 .am-hero-pro__side {
  border: 1px solid rgba(220, 229, 238, 0.96);
  border-radius: 24px;
  box-shadow: var(--am-v2-shadow);
}

.am-home-v2 .am-hero-pro__copy {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 10%, rgba(22, 194, 202, 0.24), transparent 18rem),
    linear-gradient(135deg, #111827 0%, #172033 54%, #0f172a 100%);
}

.am-home-v2 .am-hero-pro__copy::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  z-index: 0;
  width: 210px;
  height: 210px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(217, 154, 33, 0.38), rgba(11, 155, 167, 0.18));
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.am-home-v2 .am-hero-pro__copy > * {
  position: relative;
  z-index: 1;
}

.am-home-v2 .am-hero-pro__eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  color: #b7fff9;
  border: 1px solid rgba(183, 255, 249, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.am-home-v2 .am-hero-pro__copy h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 950;
  line-height: 1.08;
}

.am-home-v2 .am-hero-pro__copy p {
  max-width: 560px;
  margin: 0;
  color: #c7d2df;
  font-size: 16px;
  line-height: 1.8;
}

.am-home-v2 .am-hero-pro__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.am-primary-action,
.am-secondary-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 950;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.am-primary-action {
  color: #fff;
  background: linear-gradient(135deg, var(--am-v2-teal), var(--am-v2-teal-2));
  box-shadow: 0 18px 32px rgba(11, 155, 167, 0.26);
}

.am-secondary-action {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.am-primary-action:hover,
.am-secondary-action:hover {
  transform: translateY(-1px);
}

.am-home-v2 .am-hero-pro__signal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.am-home-v2 .am-hero-pro__signal span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  color: #e7eef7;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 850;
}

.am-home-v2 .am-hero-pro__signal svg {
  width: 15px;
  height: 15px;
  fill: var(--am-v2-teal-2);
}

.am-home-v2 .am-hero-feature {
  display: grid;
  grid-template-rows: minmax(170px, 0.9fr) auto;
  overflow: hidden;
  color: var(--am-v2-ink);
  background: #fff;
}

.am-home-v2 .am-hero-feature__media {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background: #101828;
}

.am-home-v2 .am-hero-feature__media img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  display: block;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.am-home-v2 .am-hero-feature:hover .am-hero-feature__media img {
  transform: scale(1.04);
}

.am-home-v2 .am-hero-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.36));
}

.am-home-v2 .am-hero-feature__media em {
  position: absolute;
  inset: 14px 14px auto auto;
  z-index: 1;
  padding: 6px 10px;
  color: #fff;
  border-radius: 999px;
  background: rgba(11, 155, 167, 0.92);
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
}

.am-home-v2 .am-hero-feature__body {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.am-home-v2 .am-hero-feature__body small {
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  color: var(--am-v2-teal);
  border-radius: 999px;
  background: #edfafa;
  font-size: 11px;
  font-weight: 950;
}

.am-home-v2 .am-hero-feature__body strong {
  color: var(--am-v2-ink);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.35;
}

.am-home-v2 .am-hero-feature__body span {
  color: var(--am-v2-soft);
  font-size: 12px;
  font-weight: 800;
}

.am-home-v2 .am-hero-feature__body bdi {
  color: var(--am-v2-green);
  font-size: 22px;
  font-weight: 950;
}

.am-home-v2 .am-hero-feature__body i {
  width: max-content;
  padding: 8px 12px;
  color: #fff;
  border-radius: 12px;
  background: #121926;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.am-home-v2 .am-hero-pro__side {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.82);
}

.am-home-v2 .am-hero-ticket,
.am-home-v2 .am-hero-mini {
  border: 1px solid #dce5ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.am-home-v2 .am-hero-ticket {
  min-height: 80px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
}

.am-home-v2 .am-hero-ticket span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--am-v2-blue), var(--am-v2-teal));
}

.am-home-v2 .am-hero-ticket.is-wallet span {
  background: linear-gradient(135deg, var(--am-v2-gold), #efc96c);
}

.am-home-v2 .am-hero-ticket svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.am-home-v2 .am-hero-ticket strong,
.am-home-v2 .am-hero-ticket small {
  grid-column: 2;
}

.am-home-v2 .am-hero-ticket strong {
  color: var(--am-v2-ink);
  font-size: 14px;
  font-weight: 950;
}

.am-home-v2 .am-hero-ticket small {
  color: var(--am-v2-soft);
  font-size: 11px;
  font-weight: 800;
}

.am-home-v2 .am-hero-list {
  display: grid;
  gap: 10px;
  min-height: 0;
}

.am-home-v2 .am-hero-mini {
  min-height: 74px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  color: var(--am-v2-ink);
}

.am-home-v2 .am-hero-mini:hover,
.am-home-v2 .am-hero-ticket:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 155, 167, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.am-home-v2 .am-hero-mini span {
  width: 64px;
  height: 58px;
  overflow: hidden;
  border-radius: 14px;
  background: #111827;
}

.am-home-v2 .am-hero-mini img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.am-home-v2 .am-hero-mini div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.am-home-v2 .am-hero-mini small {
  color: var(--am-v2-teal);
  font-size: 10px;
  font-weight: 950;
}

.am-home-v2 .am-hero-mini strong {
  overflow: hidden;
  color: var(--am-v2-ink);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am-home-v2 .am-hero-mini bdi {
  color: var(--am-v2-green);
  font-size: 13px;
  font-weight: 950;
}

.am-home-v2 .home-section {
  padding: 28px 0;
}

.am-home-v2 .section-head {
  margin-bottom: 16px;
}

.am-home-v2 .section-head h2 {
  color: var(--am-v2-ink);
  font-size: clamp(23px, 2.4vw, 32px);
}

.am-home-v2 .section-head p {
  color: var(--am-v2-soft);
}

@media (max-width: 1180px) {
  .am-home-v2 .am-hero-pro__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  }

  .am-home-v2 .am-hero-pro__side {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .am-home-v2 .am-hero-list {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .am-home-v2 .am-hero-mini {
    grid-template-columns: 58px minmax(0, 1fr);
  }
}

@media (max-width: 1023px) {
  body.aussui-cms-site {
    padding-bottom: 76px;
    background: var(--am-v2-bg);
  }

  .am-header-grid {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu brand actions"
      "search search search";
    gap: 10px;
    min-height: 0;
    padding: 10px 0;
  }

  .am-menu-button {
    grid-area: menu;
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid #dce5ee;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .am-brand {
    justify-self: center;
    max-width: 180px;
    grid-template-columns: 40px auto;
    padding: 5px 9px;
  }

  .am-brand img {
    width: 40px;
    height: 40px;
  }

  .am-brand span {
    max-width: 110px;
    font-size: 14px;
  }

  .am-action-cluster {
    gap: 6px;
  }

  .am-action-cluster .customer-balance-pill {
    display: none;
  }

  .am-action-cluster .login-btn {
    width: 46px;
    padding: 0;
    font-size: 0;
  }

  .am-action-cluster .login-btn svg {
    margin: 0;
  }

  .am-search-command {
    height: 48px;
    max-width: none;
  }

  .am-header-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 0 0 10px;
  }

  .am-category-launch {
    width: 100%;
    justify-content: center;
  }

  .am-nav-line {
    display: none;
  }

  .am-header-shortcuts .customer-priority-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .am-header-shortcuts .customer-priority-link {
    min-width: 0;
    width: 100%;
  }

  .am-home-v2 .am-hero-pro {
    padding: 18px 0 28px;
  }

  .am-home-v2 .am-hero-pro__grid {
    grid-template-columns: 1fr;
  }

  .am-home-v2 .am-hero-pro__copy {
    min-height: 0;
    padding: 26px;
  }

  .am-home-v2 .am-hero-pro__copy h1 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .am-home-v2 .am-hero-pro__side {
    grid-template-columns: 1fr;
  }

  .am-home-v2 .am-hero-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .wrap {
    width: min(100% - 24px, 1280px);
  }

  .am-brand {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .am-brand span {
    display: none;
  }

  .am-action-cluster .icon-btn {
    width: 44px;
    min-height: 44px;
  }

  .am-search-command kbd {
    display: none;
  }

  .am-home-v2 .am-hero-pro__copy,
  .am-home-v2 .am-hero-feature,
  .am-home-v2 .am-hero-pro__side {
    border-radius: 20px;
  }

  .am-home-v2 .am-hero-pro__copy {
    padding: 22px;
  }

  .am-home-v2 .am-hero-pro__copy p {
    font-size: 14px;
  }

  .am-home-v2 .am-hero-pro__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .am-primary-action,
  .am-secondary-action {
    width: 100%;
  }

  .am-home-v2 .am-hero-feature__media,
  .am-home-v2 .am-hero-feature__media img {
    min-height: 180px;
  }

  .am-home-v2 .am-hero-list {
    grid-template-columns: 1fr;
  }
}

/* External header wallet-first rebuild */
.site-header.am-storefront-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  border-bottom: 1px solid rgba(208, 218, 229, 0.95);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

.site-header.am-storefront-header .am-header-grid {
  min-height: 86px;
  grid-template-columns: minmax(170px, 220px) minmax(300px, 1fr) minmax(260px, 330px) auto;
  grid-template-areas: "brand search wallet actions";
  align-items: center;
  gap: 12px;
  padding: 12px 0 8px;
}

.site-header.am-storefront-header .am-brand {
  grid-area: brand;
  border-radius: 20px;
}

.site-header.am-storefront-header .am-search-command {
  grid-area: search;
  height: 52px;
  max-width: none;
  border-radius: 18px;
}

.am-wallet-zone {
  grid-area: wallet;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 8px;
}

.am-wallet-zone .customer-balance-pill {
  min-width: 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  color: var(--am-v2-ink);
  border: 1px solid rgba(14, 159, 110, 0.25);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(255, 255, 255, 0.96) 58%, rgba(230, 255, 247, 0.96));
  box-shadow: 0 18px 42px rgba(14, 159, 110, 0.13);
}

.am-wallet-zone .customer-balance-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(14, 159, 110, 0.38);
  box-shadow: 0 22px 46px rgba(14, 159, 110, 0.17);
}

.am-wallet-zone .customer-balance-pill__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(135deg, #0e9f6e, #13c58b);
  box-shadow: 0 14px 28px rgba(14, 159, 110, 0.25);
}

.am-wallet-zone .customer-balance-pill__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.am-wallet-zone .customer-balance-pill > span:last-child {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.am-wallet-zone .customer-balance-pill small {
  color: #08754a;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
}

.am-wallet-zone .customer-balance-pill strong {
  min-width: 0;
  overflow: hidden;
  color: #064e3b;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am-wallet-zone .customer-balance-pill em {
  color: #5d6b78;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.1;
}

.am-wallet-zone .customer-balance-pill.is-guest {
  border-color: rgba(20, 99, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 42px rgba(20, 99, 255, 0.1);
}

.am-wallet-zone .customer-balance-pill.is-guest .customer-balance-pill__icon {
  background: linear-gradient(135deg, #1463ff, #0b9ba7);
  box-shadow: 0 14px 28px rgba(20, 99, 255, 0.22);
}

.am-wallet-topup {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  color: #111827;
  border: 1px solid rgba(217, 154, 33, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 247, 219, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow: 0 18px 38px rgba(217, 154, 33, 0.12);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.am-wallet-topup:hover {
  transform: translateY(-1px);
  border-color: rgba(217, 154, 33, 0.46);
  box-shadow: 0 22px 42px rgba(217, 154, 33, 0.16);
}

.am-wallet-topup svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #a16207;
  stroke-width: 2.6;
  stroke-linecap: round;
}

.site-header.am-storefront-header .am-action-cluster {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.am-action-link {
  position: relative;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  color: #1d2939;
  border: 1px solid #dce5ee;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
  transition: transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.am-action-link:hover {
  transform: translateY(-1px);
  color: var(--am-v2-teal);
  border-color: rgba(11, 155, 167, 0.3);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
}

.am-action-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.am-action-link .nav-badge {
  inset: -7px -7px auto auto;
}

.site-header.am-storefront-header .am-header-tools {
  min-height: 48px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 0 0 12px;
}

.site-header.am-storefront-header .am-category-launch {
  height: 42px;
  border-radius: 16px;
}

.customer-balance-pill.is-updated {
  animation: walletPulse 0.82s ease;
}

@keyframes walletPulse {
  0% { transform: scale(1); box-shadow: 0 18px 42px rgba(14, 159, 110, 0.13); }
  35% { transform: scale(1.025); box-shadow: 0 0 0 7px rgba(14, 159, 110, 0.1), 0 24px 48px rgba(14, 159, 110, 0.2); }
  100% { transform: scale(1); box-shadow: 0 18px 42px rgba(14, 159, 110, 0.13); }
}

@media (max-width: 1220px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: minmax(150px, 190px) minmax(240px, 1fr) minmax(230px, 300px) auto;
  }

  .am-action-link {
    width: 50px;
    padding: 0;
  }

  .am-action-link > span:not(.nav-badge) {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu brand actions"
      "wallet wallet wallet"
      "search search search";
    gap: 10px;
    padding: 10px 0;
  }

  .site-header.am-storefront-header .am-menu-button {
    grid-area: menu;
    display: inline-grid;
  }

  .site-header.am-storefront-header .am-brand {
    justify-self: center;
    width: max-content;
    max-width: 190px;
    border-color: rgba(220, 229, 238, 0.7);
    background: rgba(255, 255, 255, 0.74);
  }

  .site-header.am-storefront-header .am-action-cluster {
    justify-self: end;
    gap: 6px;
  }

  .am-action-link {
    width: 46px;
    min-height: 46px;
    border-radius: 15px;
  }

  .am-wallet-zone {
    grid-template-columns: minmax(0, 1fr) minmax(92px, auto);
    gap: 8px;
  }

  .am-wallet-zone .customer-balance-pill {
    min-height: 60px;
    border-radius: 18px;
  }

  .am-wallet-topup {
    min-height: 60px;
    border-radius: 18px;
    padding: 0 12px;
  }

  .site-header.am-storefront-header .am-search-command {
    height: 48px;
  }

  .site-header.am-storefront-header .am-header-tools {
    grid-template-columns: 1fr;
    padding: 0 0 10px;
  }

  .site-header.am-storefront-header .am-category-launch {
    width: 100%;
  }

  .site-header.am-storefront-header .am-nav-line {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .site-header.am-storefront-header .am-brand {
    padding: 4px 7px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 38px;
    height: 38px;
  }

  .site-header.am-storefront-header .am-brand span {
    display: none;
  }

  .site-header.am-storefront-header .am-action-cluster {
    gap: 5px;
  }

  .am-action-link {
    width: 42px;
    min-height: 42px;
    border-radius: 14px;
  }

  .am-action-link svg {
    width: 18px;
    height: 18px;
  }

  .am-wallet-zone {
    grid-template-columns: minmax(0, 1fr) 76px;
  }

  .am-wallet-zone .customer-balance-pill {
    min-height: 56px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 9px;
    border-radius: 17px;
  }

  .am-wallet-zone .customer-balance-pill__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .am-wallet-zone .customer-balance-pill strong {
    font-size: 19px;
  }

  .am-wallet-zone .customer-balance-pill em {
    display: none;
  }

  .am-wallet-topup {
    min-height: 56px;
    padding: 0 8px;
    border-radius: 17px;
    font-size: 11px;
  }

  .am-wallet-topup span {
    max-width: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header.am-storefront-header .am-search-command {
    height: 46px;
    border-radius: 16px;
  }

  .site-header.am-storefront-header .am-search-command button {
    width: 40px;
    height: 40px;
  }
}

/* Header search polish */
.site-header.am-storefront-header .am-search-command {
  position: relative;
  height: 52px;
  overflow: visible;
  border: 1px solid #d7e2ee;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.site-header.am-storefront-header .am-search-command:focus-within {
  border-color: rgba(11, 155, 167, 0.54);
  box-shadow: 0 18px 42px rgba(11, 155, 167, 0.14), 0 0 0 3px rgba(11, 155, 167, 0.08);
}

.site-header.am-storefront-header .am-search-command input {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 64px 0 92px;
  color: var(--am-v2-ink);
  border: 0 !important;
  border-radius: inherit;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 52px;
}

.site-header.am-storefront-header .am-search-command input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.site-header.am-storefront-header .am-search-command input::placeholder {
  color: #8a97a8;
}

.site-header.am-storefront-header .am-search-command button {
  position: absolute;
  inset: auto !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
  top: 5px !important;
  right: 5px !important;
  left: auto !important;
  z-index: 3;
  width: 42px;
  height: 42px;
  margin: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b9ba7, #10b6c4);
  box-shadow: 0 12px 24px rgba(11, 155, 167, 0.24);
}

.site-header.am-storefront-header .am-search-command button svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
  filter: none;
}

.site-header.am-storefront-header .am-search-command kbd {
  position: absolute;
  inset: auto !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
  top: 12px !important;
  left: 14px !important;
  right: auto !important;
  z-index: 3;
  height: 28px;
  margin: 0;
  color: #5d6875;
  border-color: #d7e2ee;
  background: #f7fafc;
  box-shadow: none;
}

@media (max-width: 680px) {
  .site-header.am-storefront-header .am-search-command {
    height: 48px;
    border-radius: 15px;
  }

  .site-header.am-storefront-header .am-search-command input {
    padding: 0 58px 0 12px;
    line-height: 48px;
  }

  .site-header.am-storefront-header .am-search-command button {
    top: 4px !important;
    right: 4px !important;
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .site-header.am-storefront-header .am-search-command kbd {
    display: none;
  }
}

/* Storefront premium header system */
.site-header.am-storefront-header {
  --store-head-border: #dbe7f2;
  --store-head-ink: #101828;
  --store-head-muted: #667085;
  --store-head-teal: #0b9ba7;
  --store-head-blue: #1463ff;
  --store-head-green: #087f5b;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.96));
  border-bottom: 1px solid var(--store-head-border);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.site-header.am-storefront-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 0%, rgba(11, 155, 167, 0.08), transparent 28rem),
    radial-gradient(circle at 82% 0%, rgba(20, 99, 255, 0.07), transparent 24rem);
}

.site-header.am-storefront-header .am-header-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(360px, 1fr) minmax(360px, 450px) minmax(270px, auto);
  grid-template-areas: "brand search wallet actions";
  align-items: center;
  gap: 14px;
  padding: 16px 0 12px;
}

.site-header.am-storefront-header .am-brand {
  grid-area: brand;
  min-height: 64px;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  color: var(--store-head-ink);
  border: 1px solid rgba(219, 231, 242, 0.92);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.site-header.am-storefront-header .am-brand:hover {
  transform: translateY(-1px);
  border-color: rgba(11, 155, 167, 0.24);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

.site-header.am-storefront-header .am-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid rgba(219, 231, 242, 0.9);
  border-radius: 18px;
  background: #ffffff;
  padding: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 28px rgba(15, 23, 42, 0.06);
}

.site-header.am-storefront-header .am-brand span {
  max-width: 100%;
  color: var(--store-head-ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header.am-storefront-header .am-search-command {
  grid-area: search;
  height: 58px;
  max-width: none;
  border: 1px solid rgba(203, 216, 230, 0.95);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.site-header.am-storefront-header .am-search-command:focus-within {
  border-color: rgba(11, 155, 167, 0.56);
  box-shadow: 0 22px 52px rgba(11, 155, 167, 0.14), 0 0 0 4px rgba(11, 155, 167, 0.08);
}

.site-header.am-storefront-header .am-search-command input {
  height: 100%;
  padding: 0 70px 0 96px;
  color: var(--store-head-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 58px;
}

.site-header.am-storefront-header .am-search-command input::placeholder {
  color: #7b8797;
  opacity: 1;
}

.site-header.am-storefront-header .am-search-command button {
  top: 6px !important;
  right: 6px !important;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #078b96, #12bdca);
  box-shadow: 0 16px 30px rgba(11, 155, 167, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.site-header.am-storefront-header .am-search-command button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(11, 155, 167, 0.31);
}

.site-header.am-storefront-header .am-search-command kbd {
  top: 14px !important;
  left: 16px !important;
  height: 30px;
  padding: 0 12px;
  color: #556274;
  border: 1px solid #d7e2ee;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 850;
}

.site-header.am-storefront-header .am-wallet-zone {
  grid-area: wallet;
  min-width: 0;
  height: 66px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(116px, auto);
  align-items: stretch;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(195, 213, 229, 0.96);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(240, 253, 250, 0.92), rgba(255, 255, 255, 0.96) 52%, rgba(239, 246, 255, 0.95));
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill,
.site-header.am-storefront-header .am-wallet-topup {
  min-height: 54px;
  border-radius: 18px;
  box-shadow: none;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 11px;
  padding: 6px 10px;
  color: var(--store-head-ink);
  border: 0;
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(255, 255, 255, 0.94));
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill:hover {
  transform: none;
  background: #ffffff;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #087f5b, #12b886);
  box-shadow: 0 14px 28px rgba(8, 127, 91, 0.23);
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill small {
  color: #087f5b;
  font-size: 11px;
  font-weight: 950;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
  color: #064e3b;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.05;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill em {
  color: #667085;
  font-size: 10px;
  font-weight: 850;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill.is-guest .customer-balance-pill__icon {
  background: linear-gradient(135deg, var(--store-head-blue), var(--store-head-teal));
}

.site-header.am-storefront-header .am-wallet-topup {
  min-width: 118px;
  padding: 0 12px;
  color: #7c4a03;
  border: 0;
  background: linear-gradient(135deg, #fff7dc, #ffffff);
  font-size: 12px;
  font-weight: 950;
}

.site-header.am-storefront-header .am-wallet-topup:hover {
  transform: none;
  color: #92400e;
  background: #fff6d7;
  box-shadow: none;
}

.site-header.am-storefront-header .am-wallet-topup svg {
  width: 19px;
  height: 19px;
  stroke: #9a6406;
}

.site-header.am-storefront-header .am-action-cluster {
  grid-area: actions;
  min-width: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(78px, auto);
  align-items: stretch;
  justify-content: end;
  gap: 7px;
  padding: 5px;
  border: 1px solid rgba(213, 225, 237, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.site-header.am-storefront-header .am-action-link {
  min-width: 78px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  color: #1d2939;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 950;
}

.site-header.am-storefront-header .am-action-link:hover {
  transform: none;
  color: var(--store-head-teal);
  background: #eefbfc;
  box-shadow: none;
}

.site-header.am-storefront-header .am-action-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.site-header.am-storefront-header .am-action-link > span:not(.nav-badge) {
  max-width: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header.am-storefront-header .am-action-link.is-orders {
  color: #114b8d;
}

.site-header.am-storefront-header .am-action-link.is-orders:hover {
  color: #0f5fd7;
  background: #eef5ff;
}

.site-header.am-storefront-header .am-action-link.is-wishlist:hover {
  color: #d6336c;
  background: #fff1f5;
}

.site-header.am-storefront-header .am-action-link .nav-badge {
  top: -6px;
  right: -4px;
  left: auto;
  min-width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.site-header.am-storefront-header .am-header-tools {
  min-height: 50px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 0 14px;
}

.site-header.am-storefront-header .am-category-launch {
  min-width: 148px;
  height: 44px;
  justify-content: center;
  gap: 10px;
  color: #101828;
  border: 1px solid rgba(203, 216, 230, 0.95);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
  font-weight: 950;
}

.site-header.am-storefront-header .am-category-launch:hover {
  color: var(--store-head-teal);
  border-color: rgba(11, 155, 167, 0.32);
  background: #f2fbfc;
}

.site-header.am-storefront-header .am-nav-line {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  overflow: hidden;
}

.site-header.am-storefront-header .am-nav-line a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #667085;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.site-header.am-storefront-header .am-nav-line a:hover,
.site-header.am-storefront-header .am-nav-line a.active,
.site-header.am-storefront-header .am-nav-line .active > a {
  color: var(--store-head-teal);
  background: #eefbfc;
}

@media (max-width: 1360px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: minmax(180px, 230px) minmax(300px, 1fr) minmax(320px, 390px) auto;
  }

  .site-header.am-storefront-header .am-action-cluster {
    grid-auto-columns: 54px;
  }

  .site-header.am-storefront-header .am-action-link {
    min-width: 54px;
    padding: 0;
  }

  .site-header.am-storefront-header .am-action-link > span:not(.nav-badge) {
    display: none;
  }
}

@media (max-width: 1120px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu brand actions"
      "wallet wallet wallet"
      "search search search";
    gap: 10px;
    padding: 12px 0;
  }

  .site-header.am-storefront-header .am-menu-button {
    grid-area: menu;
    width: 52px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    color: #101828;
    border: 1px solid rgba(203, 216, 230, 0.95);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
  }

  .site-header.am-storefront-header .am-brand {
    justify-self: stretch;
    min-height: 58px;
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 6px 10px;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 50px;
    height: 50px;
  }

  .site-header.am-storefront-header .am-action-cluster {
    grid-auto-columns: 50px;
    padding: 4px;
    border-radius: 20px;
  }

  .site-header.am-storefront-header .am-action-link {
    min-width: 50px;
    min-height: 48px;
    border-radius: 15px;
  }

  .site-header.am-storefront-header .am-wallet-zone {
    height: 62px;
    grid-template-columns: minmax(0, 1fr) minmax(118px, auto);
    border-radius: 21px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill,
  .site-header.am-storefront-header .am-wallet-topup {
    min-height: 52px;
    border-radius: 16px;
  }

  .site-header.am-storefront-header .am-search-command {
    height: 52px;
  }

  .site-header.am-storefront-header .am-search-command input {
    line-height: 52px;
  }

  .site-header.am-storefront-header .am-header-tools {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
  }

  .site-header.am-storefront-header .am-category-launch {
    width: 100%;
  }

  .site-header.am-storefront-header .am-nav-line {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header.am-storefront-header {
    position: sticky;
  }

  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 9px 0;
  }

  .site-header.am-storefront-header .am-menu-button {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .site-header.am-storefront-header .am-brand {
    min-height: 50px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    padding: 4px 8px;
    border-radius: 17px;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    padding: 5px;
  }

  .site-header.am-storefront-header .am-brand span {
    font-size: 14px;
  }

  .site-header.am-storefront-header .am-action-cluster {
    grid-auto-columns: 42px;
    gap: 3px;
    padding: 3px;
    border-radius: 17px;
  }

  .site-header.am-storefront-header .am-action-link {
    min-width: 42px;
    min-height: 42px;
    border-radius: 14px;
  }

  .site-header.am-storefront-header .am-action-link svg {
    width: 18px;
    height: 18px;
  }

  .site-header.am-storefront-header .am-wallet-zone {
    height: auto;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 5px;
    padding: 4px;
    border-radius: 19px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    min-height: 54px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    padding: 6px 8px;
    border-radius: 15px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill small {
    font-size: 10px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    font-size: 20px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill em {
    display: none;
  }

  .site-header.am-storefront-header .am-wallet-topup {
    min-width: 0;
    min-height: 54px;
    padding: 0 7px;
    border-radius: 15px;
    font-size: 10px;
  }

  .site-header.am-storefront-header .am-wallet-topup span {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header.am-storefront-header .am-search-command {
    height: 48px;
    border-radius: 16px;
  }

  .site-header.am-storefront-header .am-search-command input {
    padding: 0 58px 0 12px;
    font-size: 13px;
    line-height: 48px;
  }

  .site-header.am-storefront-header .am-search-command button {
    top: 4px !important;
    right: 4px !important;
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .site-header.am-storefront-header .am-search-command kbd {
    display: none;
  }

  .site-header.am-storefront-header .am-header-tools {
    padding-bottom: 8px;
  }

  .site-header.am-storefront-header .am-category-launch {
    height: 42px;
    border-radius: 15px;
  }
}

@media (max-width: 420px) {
  .site-header.am-storefront-header .am-brand span {
    display: none;
  }

  .site-header.am-storefront-header .am-brand {
    width: max-content;
    justify-self: start;
  }

  .site-header.am-storefront-header .am-wallet-zone {
    grid-template-columns: minmax(0, 1fr) 84px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    font-size: 18px;
  }

  .site-header.am-storefront-header .am-wallet-topup span {
    max-width: 42px;
  }
}

/* Formal storefront header reset */
.site-header.am-storefront-header {
  --formal-head-ink: #111827;
  --formal-head-muted: #667085;
  --formal-head-border: #d9e4ef;
  --formal-head-soft: #f6f9fc;
  --formal-head-blue: #0f63e9;
  --formal-head-teal: #0b9ba7;
  --formal-head-green: #067a55;
  position: sticky;
  top: 0;
  z-index: 100000;
  overflow: visible;
  isolation: isolate;
  border-bottom: 1px solid var(--formal-head-border);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.am-storefront-header::before {
  display: none;
}

.site-header.am-storefront-header .am-header-grid {
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(185px, 230px) minmax(360px, 1fr) auto auto;
  grid-template-areas: "brand search wallet actions";
  align-items: center;
  gap: 12px;
  padding: 11px 0 10px;
}

.site-header.am-storefront-header .am-menu-button {
  display: none;
}

.site-header.am-storefront-header .am-brand {
  grid-area: brand;
  min-height: 52px;
  width: max-content;
  max-width: 230px;
  display: inline-grid;
  grid-template-columns: 48px minmax(0, auto);
  align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--formal-head-ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-header.am-storefront-header .am-brand:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.site-header.am-storefront-header .am-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border: 1px solid var(--formal-head-border);
  border-radius: 14px;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.site-header.am-storefront-header .am-brand span {
  max-width: 170px;
  overflow: hidden;
  color: var(--formal-head-ink);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header.am-storefront-header .am-search-command {
  grid-area: search;
  position: relative;
  height: 48px;
  max-width: none;
  border: 1px solid var(--formal-head-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.site-header.am-storefront-header .am-search-command:focus-within {
  border-color: rgba(11, 155, 167, 0.5);
  box-shadow: 0 10px 26px rgba(11, 155, 167, 0.1), 0 0 0 3px rgba(11, 155, 167, 0.08);
}

.site-header.am-storefront-header .am-search-command input {
  height: 100%;
  padding: 0 58px 0 78px;
  color: var(--formal-head-ink);
  border: 0 !important;
  border-radius: inherit;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 48px;
}

.site-header.am-storefront-header .am-search-command input::placeholder {
  color: #8995a6;
}

.site-header.am-storefront-header .am-search-command button {
  position: absolute;
  top: 5px !important;
  right: 5px !important;
  left: auto !important;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border: 0;
  border-radius: 11px;
  background: var(--formal-head-teal);
  box-shadow: none;
}

.site-header.am-storefront-header .am-search-command button:hover {
  transform: none;
  background: #087f8a;
  box-shadow: none;
}

.site-header.am-storefront-header .am-search-command button svg {
  width: 18px;
  height: 18px;
}

.site-header.am-storefront-header .am-search-command kbd {
  top: 10px !important;
  left: 12px !important;
  height: 28px;
  padding: 0 10px;
  color: #5d6675;
  border: 1px solid var(--formal-head-border);
  border-radius: 9px;
  background: var(--formal-head-soft);
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
}

.site-header.am-storefront-header .am-wallet-zone {
  grid-area: wallet;
  min-width: 0;
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
  width: auto;
  min-width: 158px;
  max-width: 190px;
  min-height: 48px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  color: var(--formal-head-ink);
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 14px;
  background: #f0fdf8;
  box-shadow: none;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill:hover {
  transform: none;
  border-color: rgba(16, 185, 129, 0.45);
  background: #ecfdf5;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
  width: 36px;
  height: 36px;
  color: #ffffff;
  border-radius: 11px;
  background: var(--formal-head-green);
  box-shadow: none;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon svg {
  width: 18px;
  height: 18px;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill small {
  color: var(--formal-head-green);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
  overflow: hidden;
  color: #064e3b;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill em {
  display: none;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill.is-guest {
  border-color: rgba(15, 99, 233, 0.24);
  background: #eff6ff;
}

.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill.is-guest .customer-balance-pill__icon {
  background: var(--formal-head-blue);
}

.site-header.am-storefront-header .am-wallet-topup {
  min-width: 118px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  color: #8a5708;
  border: 1px solid rgba(217, 154, 33, 0.38);
  border-radius: 14px;
  background: #fff8e6;
  box-shadow: none;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.site-header.am-storefront-header .am-wallet-topup:hover {
  transform: none;
  color: #744306;
  border-color: rgba(217, 154, 33, 0.58);
  background: #fff4d2;
  box-shadow: none;
}

.site-header.am-storefront-header .am-wallet-topup svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
}

.site-header.am-storefront-header .am-action-cluster {
  grid-area: actions;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-header.am-storefront-header .am-action-link {
  position: relative;
  min-width: 74px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 11px;
  color: #1f2937;
  border: 1px solid var(--formal-head-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.site-header.am-storefront-header .am-action-link:hover {
  transform: none;
  color: var(--formal-head-blue);
  border-color: rgba(15, 99, 233, 0.35);
  background: #f5f9ff;
  box-shadow: none;
}

.site-header.am-storefront-header .am-action-link svg {
  width: 18px;
  height: 18px;
}

.site-header.am-storefront-header .am-action-link > span:not(.nav-badge) {
  max-width: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header.am-storefront-header .am-action-link .nav-badge {
  top: -7px;
  right: -6px;
  left: auto;
  min-width: 19px;
  height: 19px;
  border: 2px solid #ffffff;
}

.site-header.am-storefront-header .am-header-tools {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 0 10px;
  border-top: 1px solid #eef3f8;
}

.site-header.am-storefront-header .am-category-launch {
  min-width: 134px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--formal-head-ink);
  border: 1px solid var(--formal-head-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 950;
}

.site-header.am-storefront-header .am-category-launch:hover {
  color: var(--formal-head-teal);
  border-color: rgba(11, 155, 167, 0.35);
  background: #f3fbfc;
}

.site-header.am-storefront-header .am-category-launch .burger-icon,
.site-header.am-storefront-header .am-menu-button .burger-icon {
  width: 20px;
}

.site-header.am-storefront-header .am-nav-line {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  overflow: hidden;
}

.site-header.am-storefront-header .am-nav-line a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: var(--formal-head-muted);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.site-header.am-storefront-header .am-nav-line a:hover,
.site-header.am-storefront-header .am-nav-line a.active,
.site-header.am-storefront-header .am-nav-line .active > a {
  color: var(--formal-head-teal);
  background: #eefbfc;
}

@media (max-width: 1240px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: minmax(160px, 210px) minmax(260px, 1fr) auto auto;
    gap: 9px;
  }

  .site-header.am-storefront-header .am-action-link {
    min-width: 48px;
    padding: 0;
  }

  .site-header.am-storefront-header .am-action-link > span:not(.nav-badge) {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header.am-storefront-header .am-header-grid {
    min-height: auto;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu brand actions"
      "search search search"
      "wallet wallet wallet";
    gap: 9px;
    padding: 9px 0;
  }

  .site-header.am-storefront-header .am-menu-button {
    grid-area: menu;
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    color: var(--formal-head-ink);
    border: 1px solid var(--formal-head-border);
    border-radius: 13px;
    background: #ffffff;
    box-shadow: none;
  }

  .site-header.am-storefront-header .am-brand {
    justify-self: start;
    min-height: 46px;
    grid-template-columns: 42px minmax(0, auto);
    max-width: 220px;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    padding: 5px;
  }

  .site-header.am-storefront-header .am-brand span {
    font-size: 15px;
  }

  .site-header.am-storefront-header .am-action-cluster {
    justify-self: end;
    gap: 5px;
  }

  .site-header.am-storefront-header .am-action-link {
    min-width: 44px;
    min-height: 44px;
    border-radius: 13px;
  }

  .site-header.am-storefront-header .am-search-command {
    height: 46px;
    border-radius: 13px;
  }

  .site-header.am-storefront-header .am-search-command input {
    padding: 0 56px 0 12px;
    line-height: 46px;
  }

  .site-header.am-storefront-header .am-search-command button {
    top: 4px !important;
    right: 4px !important;
    width: 38px;
    height: 38px;
  }

  .site-header.am-storefront-header .am-search-command kbd {
    display: none;
  }

  .site-header.am-storefront-header .am-wallet-zone {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(104px, auto);
    gap: 7px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill,
  .site-header.am-storefront-header .am-wallet-topup {
    min-height: 46px;
    border-radius: 13px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    max-width: none;
    min-width: 0;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    font-size: 17px;
  }

  .site-header.am-storefront-header .am-header-tools {
    grid-template-columns: 1fr;
    padding-bottom: 8px;
  }

  .site-header.am-storefront-header .am-category-launch {
    width: 100%;
    height: 40px;
  }

  .site-header.am-storefront-header .am-nav-line {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 7px;
  }

  .site-header.am-storefront-header .am-menu-button,
  .site-header.am-storefront-header .am-action-link {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .site-header.am-storefront-header .am-brand {
    grid-template-columns: 38px minmax(0, auto);
    gap: 7px;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 38px;
    height: 38px;
  }

  .site-header.am-storefront-header .am-brand span {
    max-width: 120px;
    font-size: 13px;
  }

  .site-header.am-storefront-header .am-action-link svg {
    width: 17px;
    height: 17px;
  }

  .site-header.am-storefront-header .am-wallet-zone {
    grid-template-columns: minmax(0, 1fr) 88px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px;
    padding: 5px 8px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    width: 34px;
    height: 34px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill small {
    font-size: 9px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    font-size: 15px;
  }

  .site-header.am-storefront-header .am-wallet-topup {
    min-width: 0;
    padding: 0 8px;
    font-size: 10px;
  }

  .site-header.am-storefront-header .am-wallet-topup span {
    max-width: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .site-header.am-storefront-header .am-brand span {
    display: none;
  }

  .site-header.am-storefront-header .am-brand {
    width: max-content;
  }
}

/* Formal logo presentation */
.site-header.am-storefront-header .am-header-grid {
  grid-template-columns: minmax(230px, 290px) minmax(360px, 1fr) auto auto;
}

.site-header.am-storefront-header .am-brand {
  min-height: 58px;
  max-width: 290px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.site-header.am-storefront-header .am-brand img {
  width: auto;
  min-width: 118px;
  max-width: 210px;
  height: 58px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.site-header.am-storefront-header .am-brand span {
  display: none;
}

@media (max-width: 1240px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: minmax(190px, 240px) minmax(260px, 1fr) auto auto;
  }

  .site-header.am-storefront-header .am-brand {
    max-width: 240px;
  }

  .site-header.am-storefront-header .am-brand img {
    min-width: 104px;
    max-width: 180px;
    height: 52px;
  }
}

@media (max-width: 980px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }

  .site-header.am-storefront-header .am-brand {
    min-height: 46px;
    max-width: 190px;
  }

  .site-header.am-storefront-header .am-brand img {
    min-width: 86px;
    max-width: 150px;
    height: 44px;
  }
}

@media (max-width: 520px) {
  .site-header.am-storefront-header .am-brand {
    max-width: 150px;
  }

  .site-header.am-storefront-header .am-brand img {
    min-width: 74px;
    max-width: 128px;
    height: 38px;
  }
}

@media (max-width: 390px) {
  .site-header.am-storefront-header .am-brand {
    max-width: 112px;
  }

  .site-header.am-storefront-header .am-brand img {
    min-width: 64px;
    max-width: 104px;
    height: 34px;
  }
}

/* Product card purchase experience */
.am-product-card {
  border-radius: 22px;
  border-color: rgba(205, 219, 232, 0.95);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.09);
}

.am-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(11, 155, 167, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(20, 99, 255, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.am-product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(11, 155, 167, 0.36);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

.am-product-card:hover::after {
  opacity: 1;
}

.am-product-card > * {
  position: relative;
  z-index: 1;
}

.am-product-card .am-product-tools {
  position: absolute;
  inset-block-start: 14px;
  inset-inline: 14px;
  z-index: 12;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  direction: ltr;
  pointer-events: none;
}

.am-product-card .am-product-tools .pc-heart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(4, 8, 18, 0.68);
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.am-product-card .am-product-tools .pc-heart:hover,
.am-product-card .am-product-tools .pc-heart.is-active {
  color: #ff5b87;
  border-color: rgba(255, 91, 135, 0.72);
  background: rgba(24, 12, 32, 0.78);
  box-shadow: 0 18px 40px rgba(255, 91, 135, 0.2), 0 14px 28px rgba(2, 6, 23, 0.36);
}

.am-product-card .am-product-tools .pc-platform,
.am-product-card .am-product-tools .pc-discount {
  position: relative;
  z-index: 2;
  margin-inline-start: auto;
  pointer-events: auto;
}

.am-product-media {
  border-radius: 20px 20px 0 0;
  background: #101828;
}

.am-product-media::after {
  height: 34%;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
}

.am-product-body {
  position: relative;
  gap: 12px;
  padding: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98));
}

.am-product-meta {
  min-height: 28px;
}

.pc-kicker,
.am-product-meta > span {
  border-radius: 999px;
}

.pc-title,
.am-product-card:hover .pc-title,
.pc-card:hover .pc-title,
.pc-title-link:hover .pc-title {
  color: #101828 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.pc-title {
  min-height: 48px;
  font-size: 15px;
  line-height: 1.52;
}

.am-product-purchase {
  gap: 12px;
}

.pc-price {
  min-height: 32px;
}

.pc-price strong {
  color: #08754a;
  font-size: 23px;
}

.pc-buy-button {
  position: relative;
  min-height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 17px;
  padding: 8px 14px;
  color: #fff;
  background:
    linear-gradient(135deg, #0b9ba7 0%, #1463ff 58%, #0a44c6 100%);
  box-shadow: 0 18px 38px rgba(20, 99, 255, 0.24);
  isolation: isolate;
}

.pc-buy-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.24) 46%, transparent 64%);
  transform: translateX(120%);
  transition: transform 0.55s ease;
}

.pc-buy-button:hover::before,
.am-product-card:hover .pc-buy-button::before {
  transform: translateX(-120%);
}

.pc-buy-button span {
  display: grid;
  gap: 1px;
  text-align: start;
}

.pc-buy-button strong {
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
}

.pc-buy-button small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
}

.pc-buy-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: currentColor;
  filter: drop-shadow(0 5px 12px rgba(255, 255, 255, 0.22));
  transition: transform 0.22s ease;
}

.pc-buy-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(20, 99, 255, 0.3);
}

.pc-buy-button:hover svg,
.am-product-card:hover .pc-buy-button svg {
  transform: translateY(-1px) rotate(-8deg) scale(1.08);
}

.pc-card.is-adding .pc-buy-button,
.pc-card.is-added .pc-buy-button {
  animation: purchasePulse 0.62s ease;
}

.purchase-code-card {
  border-color: rgba(20, 99, 255, 0.18);
  background:
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.purchase-code-toggle {
  align-items: center;
}

.purchase-code-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.purchase-code-fields input,
.purchase-code-checkout input {
  text-align: center;
  letter-spacing: 8px;
  font-size: 20px !important;
  font-weight: 950;
}

.purchase-code-checkout {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(20, 99, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(255, 255, 255, 0.98));
}

.purchase-code-checkout > div {
  display: grid;
  gap: 3px;
}

.purchase-code-checkout strong {
  color: #101828;
  font-size: 14px;
  font-weight: 950;
}

.purchase-code-checkout span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .purchase-code-fields {
    grid-template-columns: 1fr;
  }

  .pc-buy-button {
    min-height: 52px;
    border-radius: 16px;
  }
}

/* Platform browsing section */
.platform-section {
  position: relative;
  padding-block: clamp(34px, 5vw, 62px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(11, 155, 167, 0.09), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(245, 166, 35, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
  border-block: 1px solid rgba(217, 226, 236, 0.72);
}

.platform-section::before {
  content: "";
  position: absolute;
  inset-inline: 7%;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 155, 167, 0.28), transparent);
  pointer-events: none;
}

.platform-section .wrap {
  position: relative;
  z-index: 1;
}

.platform-section__head {
  align-items: end;
  margin-bottom: 20px;
}

.platform-section__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 950;
}

.platform-section__head p {
  max-width: 520px;
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.platform-section__head > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 18px;
  color: #0b8f9d;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(11, 155, 167, 0.18);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.platform-section__head > a:hover {
  color: #fff;
  background: #0b9ba7;
  border-color: #0b9ba7;
  transform: translateY(-1px);
}

.platform-section__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.platform-section .platform-tile {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(214, 226, 238, 0.95);
  border-radius: 22px;
  color: #0f172a;
  text-align: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
  box-shadow:
    0 18px 46px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  isolation: isolate;
}

.platform-section .platform-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(11, 155, 167, 0.13), transparent 46%),
    radial-gradient(circle at 15% 20%, rgba(20, 99, 255, 0.12), transparent 28%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.platform-section .platform-tile::after {
  content: "";
  position: absolute;
  inset-block: 16px;
  inset-inline-start: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0b9ba7, #1463ff);
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.platform-section .platform-tile__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background:
    linear-gradient(145deg, #ffffff, #eef7ff);
  border: 1px solid rgba(214, 226, 238, 0.9);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.platform-section .platform-tile__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.platform-section .platform-tile__body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.platform-section .platform-tile strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-section .platform-tile small {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.platform-section .platform-tile__action {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #0b8f9d;
  background: rgba(11, 155, 167, 0.09);
  transition: transform 0.24s ease, color 0.24s ease, background 0.24s ease;
}

.platform-section .platform-tile__action svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.platform-section .platform-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(11, 155, 167, 0.28);
  box-shadow:
    0 24px 58px rgba(15, 23, 42, 0.12),
    0 10px 24px rgba(11, 155, 167, 0.08);
}

.platform-section .platform-tile:hover::before,
.platform-section .platform-tile:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.platform-section .platform-tile:hover .platform-tile__icon img {
  transform: translateY(-2px) scale(1.08);
  filter: saturate(1.12);
}

.platform-section .platform-tile:hover .platform-tile__action {
  color: #fff;
  background: #0b9ba7;
  transform: translateX(-2px);
}

.platform-section .platform-tile.is-featured {
  color: #fff;
  border-color: rgba(29, 78, 216, 0.34);
  background:
    radial-gradient(circle at 18% 14%, rgba(20, 184, 166, 0.28), transparent 28%),
    linear-gradient(135deg, #1e293b 0%, #111827 58%, #07111f 100%);
  box-shadow:
    0 24px 58px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.platform-section .platform-tile.is-featured .platform-tile__icon {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.platform-section .platform-tile.is-featured strong {
  color: #fff;
}

.platform-section .platform-tile.is-featured small {
  color: rgba(226, 232, 240, 0.76);
}

.platform-section .platform-tile.is-featured .platform-tile__action {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1100px) {
  .platform-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .platform-section {
    padding-block: 30px;
  }

  .platform-section__head {
    align-items: start;
    gap: 14px;
  }

  .platform-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .platform-section .platform-tile {
    min-height: 132px;
    grid-template-columns: 1fr auto;
    align-content: start;
    gap: 12px;
    padding: 14px;
  }

  .platform-section .platform-tile__icon {
    grid-column: 1 / 2;
    width: 50px;
    height: 50px;
  }

  .platform-section .platform-tile__action {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .platform-section .platform-tile__body {
    grid-column: 1 / -1;
  }

  .platform-section .platform-tile strong {
    white-space: normal;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .platform-section__grid {
    grid-template-columns: 1fr;
  }

  .platform-section .platform-tile {
    min-height: 100px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-content: center;
  }

  .platform-section .platform-tile__body {
    grid-column: auto;
  }
}

/* Contact/security code placeholder contrast */
.contact-page .contact-captcha-panel input::placeholder,
.contact-page .support-field input::placeholder,
.contact-page .support-field textarea::placeholder,
.complaint-submit-page .support-field input::placeholder,
.complaint-submit-page .support-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 1;
}

.contact-page .contact-captcha-panel input::-webkit-input-placeholder,
.contact-page .support-field input::-webkit-input-placeholder,
.contact-page .support-field textarea::-webkit-input-placeholder,
.complaint-submit-page .support-field input::-webkit-input-placeholder,
.complaint-submit-page .support-field textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Full contact page rebuild */
.contact-page-redesign {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(56px, 7vw, 92px);
  color: #0f172a;
  background:
    linear-gradient(180deg, #eef5fb 0%, #f8fbff 42%, #eef4fa 100%);
}

.contact-hero-redesign {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  padding: clamp(62px, 8vw, 94px) 0 clamp(54px, 6vw, 78px);
  color: #fff;
  background:
    linear-gradient(135deg, #07111f 0%, #10233f 48%, #0b7f8c 100%);
  isolation: isolate;
}

.contact-hero-redesign::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(20deg, transparent 0%, rgba(20, 184, 166, 0.2) 52%, rgba(255, 255, 255, 0.08) 100%);
  opacity: 0.55;
}

.contact-hero-redesign::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: 76px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #eef5fb);
}

.contact-hero-redesign .contact-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.contact-page-redesign .contact-hero__copy {
  max-width: 720px;
  animation: contactSlideUp 0.58s ease both;
}

.contact-hero__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #9ff7ee;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 950;
}

.contact-hero-redesign h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 2.8vw, 25px);
  font-weight: 950;
  line-height: 1.45;
  letter-spacing: 0;
}

.contact-hero-redesign p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(239, 246, 255, 0.86);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 750;
  line-height: 2;
}

.contact-page-redesign .contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-page-redesign .contact-hero__actions .btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  padding: 0 20px;
  font-weight: 950;
}

.contact-page-redesign .contact-hero__actions .btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-hero-whatsapp {
  color: #fff !important;
  border: 0 !important;
  background: linear-gradient(135deg, #25d366, #128c7e) !important;
  box-shadow: 0 20px 42px rgba(37, 211, 102, 0.26);
}

.contact-hero-whatsapp.is-disabled {
  color: #0f172a !important;
  background: #fff !important;
  box-shadow: none;
}

.contact-page-redesign .btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.contact-page-redesign .btn--ghost:hover {
  color: #07111f;
  background: #fff;
}

.contact-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-hero__trust span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(239, 246, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.contact-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 30px 80px rgba(2, 6, 23, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  animation: contactSlideUp 0.72s 0.08s ease both;
}

.contact-hero-card__status {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-bottom: 14px;
  border-radius: 16px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 950;
}

.contact-hero-card__status span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #18b978;
  box-shadow: 0 0 0 7px rgba(24, 185, 120, 0.15);
}

.contact-hero-card__status.is-limited span {
  background: #f5a623;
  box-shadow: 0 0 0 7px rgba(245, 166, 35, 0.14);
}

.contact-direct-grid {
  display: grid;
  gap: 10px;
}

.contact-direct-card {
  min-height: 74px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.contact-direct-card:hover {
  transform: translateY(-3px);
  border-color: rgba(159, 247, 238, 0.5);
  background: rgba(255, 255, 255, 0.16);
}

.contact-direct-card > svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 16px;
  fill: currentColor;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.contact-direct-card.is-whatsapp > svg {
  background: linear-gradient(135deg, #18b978, #0b9ba7);
}

.contact-direct-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.contact-direct-card small {
  display: block;
  margin-top: 2px;
  color: rgba(239, 246, 255, 0.74);
  font-size: 12px;
  font-weight: 850;
  direction: ltr;
  text-align: start;
}

.contact-workspace-redesign {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: 18px;
  align-items: start;
  margin-top: -42px;
}

.contact-page-redesign .contact-form-panel,
.contact-page-redesign .contact-panel {
  border: 1px solid rgba(214, 226, 238, 0.92);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.contact-page-redesign .contact-form-panel {
  padding: clamp(18px, 3vw, 30px);
}

.contact-page-redesign .contact-panel {
  padding: 20px;
}

.contact-page-redesign .contact-form-head,
.contact-page-redesign .complaint-form-head {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.contact-page-redesign .contact-form-icon,
.contact-page-redesign .complaint-form-icon {
  width: 52px;
  height: 52px;
  color: #fff;
  background: linear-gradient(135deg, #1463ff, #0b9ba7);
  box-shadow: 0 16px 36px rgba(20, 99, 255, 0.2);
}

.contact-page-redesign .contact-form-head h2,
.contact-page-redesign .contact-panel h2 {
  color: #0f172a;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 950;
}

.contact-page-redesign .contact-form-head p,
.contact-page-redesign .contact-panel p {
  color: #64748b;
  font-weight: 750;
}

.contact-page-redesign .support-field span,
.contact-page-redesign .contact-field span {
  color: #334155;
  font-size: 13px;
  font-weight: 950;
}

.contact-page-redesign .support-field input,
.contact-page-redesign .support-field select,
.contact-page-redesign .support-field textarea,
.contact-page-redesign .contact-field input,
.contact-page-redesign .contact-field select,
.contact-page-redesign .contact-field textarea,
.contact-page-redesign .contact-captcha-panel input {
  min-height: 54px;
  color: #0f172a;
  border: 1px solid #d7e2ee;
  border-radius: 16px;
  background: #f8fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-page-redesign .support-field textarea,
.contact-page-redesign .contact-field textarea {
  min-height: 154px;
}

.contact-page-redesign .support-field input:focus,
.contact-page-redesign .support-field select:focus,
.contact-page-redesign .support-field textarea:focus,
.contact-page-redesign .contact-field input:focus,
.contact-page-redesign .contact-field select:focus,
.contact-page-redesign .contact-field textarea:focus,
.contact-page-redesign .contact-captcha-panel input:focus {
  border-color: rgba(11, 155, 167, 0.52);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(11, 155, 167, 0.12);
}

.contact-page-redesign .support-field input::placeholder,
.contact-page-redesign .support-field textarea::placeholder,
.contact-page-redesign .contact-field input::placeholder,
.contact-page-redesign .contact-field textarea::placeholder,
.contact-page-redesign .contact-captcha-panel input::placeholder {
  color: #64748b !important;
  opacity: 1;
}

.contact-page-redesign .contact-captcha-panel .form-caption,
.contact-page-redesign .contact-captcha-panel .form-unit {
  color: #0f172a;
  border-color: #d7e2ee;
  border-radius: 18px;
  background: #f8fbff;
}

.contact-page-redesign .contact-captcha-panel .form-caption {
  font-size: 22px;
  font-weight: 950;
}

.contact-page-redesign .contact-captcha-panel button,
.contact-page-redesign .support-form-actions .btn,
.contact-page-redesign .contact-form-actions .btn {
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #0b9ba7, #1463ff);
  box-shadow: 0 18px 36px rgba(20, 99, 255, 0.2);
  font-weight: 950;
}

.contact-page-redesign .support-form-actions,
.contact-page-redesign .contact-form-actions {
  border-top-color: #e2e8f0;
}

.contact-page-redesign .support-form-actions span,
.contact-page-redesign .contact-form-actions span {
  color: #64748b;
  font-weight: 800;
}

.contact-page-redesign .contact-channel {
  min-height: 74px;
  border-color: #e2e8f0;
  background: #f8fbff;
}

.contact-page-redesign .contact-channel:hover {
  border-color: rgba(11, 155, 167, 0.28);
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.contact-page-redesign .contact-channel > svg,
.contact-page-redesign .contact-help-strip svg {
  color: #fff;
  fill: currentColor;
  background: linear-gradient(135deg, #0b9ba7, #1463ff);
}

.contact-page-redesign .contact-channel strong,
.contact-page-redesign .contact-help-strip strong,
.contact-process-list strong {
  color: #0f172a;
  font-weight: 950;
}

.contact-page-redesign .contact-channel span,
.contact-page-redesign .contact-help-strip span {
  color: #64748b;
  font-weight: 800;
}

.contact-process-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.contact-process-list div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 54px;
  border-radius: 16px;
  padding: 10px;
  background: #f8fbff;
}

.contact-process-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #0b8f9d;
  background: rgba(11, 155, 167, 0.1);
  font-weight: 950;
}

.contact-help-strip-redesign {
  margin-top: 18px;
}

.contact-page-redesign .contact-help-strip div {
  border-color: #e2e8f0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.contact-page-redesign .contact-help-strip div:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1);
}

.floating-support-button {
  position: fixed;
  inset-inline-end: 22px;
  bottom: 22px;
  z-index: 2147482000;
  min-height: 62px;
  display: inline-grid;
  grid-template-columns: 46px auto;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 16px 8px 9px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow:
    0 22px 46px rgba(37, 211, 102, 0.28),
    0 8px 18px rgba(15, 23, 42, 0.14);
  isolation: isolate;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
  touch-action: manipulation;
  animation: floatingSupportEnter 0.52s ease both;
}

.floating-support-button > * {
  pointer-events: none;
}

.floating-support-button__pulse {
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(37, 211, 102, 0.22);
  animation: floatingSupportPulse 2.4s ease-out infinite;
}

.floating-support-button__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.floating-support-button__icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.floating-support-button__text {
  display: grid;
  gap: 1px;
  padding-inline-end: 2px;
}

.floating-support-button__text strong {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
}

.floating-support-button__text small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
}

.floating-support-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 58px rgba(37, 211, 102, 0.34),
    0 12px 24px rgba(15, 23, 42, 0.16);
}

@keyframes contactSlideUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatingSupportEnter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatingSupportPulse {
  0% {
    opacity: 0.55;
    transform: scale(0.92);
  }
  72%, 100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@media (max-width: 1023px) {
  .contact-hero-redesign .contact-hero__inner,
  .contact-workspace-redesign {
    grid-template-columns: 1fr;
  }

  .contact-workspace-redesign {
    margin-top: -28px;
  }
}

@media (max-width: 720px) {
  .contact-hero-redesign {
    min-height: auto;
    padding: 44px 0 58px;
  }

  .contact-page-redesign .contact-hero__actions .btn {
    flex: 1 1 150px;
  }

  .contact-hero-card,
  .contact-page-redesign .contact-form-panel,
  .contact-page-redesign .contact-panel {
    border-radius: 20px;
  }

  .contact-page-redesign .contact-form-grid,
  .contact-page-redesign .support-form-grid,
  .contact-page-redesign .contact-help-strip {
    grid-template-columns: 1fr;
  }

  .contact-direct-card {
    min-height: 68px;
  }

  .floating-support-button {
    inset-inline-end: 14px;
    bottom: 88px;
    min-height: 56px;
    grid-template-columns: 42px;
    padding: 7px;
  }

  .floating-support-button__icon {
    width: 42px;
    height: 42px;
  }

  .floating-support-button__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page-redesign *,
  .floating-support-button,
  .floating-support-button__pulse {
    animation: none !important;
    transition: none !important;
  }
}

/* Mobile store navigation and product card rebuild */
.site-header.am-storefront-header .am-category-launch {
  display: none !important;
}

.site-header.am-storefront-header .am-header-tools {
  grid-template-columns: minmax(0, 1fr);
  justify-content: flex-start;
}

.site-header.am-storefront-header .am-nav-line {
  justify-content: flex-start;
}

.mobile-account-menu {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.mobile-account-menu a {
  min-height: 72px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(214, 226, 238, 0.92);
  border-radius: 20px;
  color: #101828;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.mobile-account-menu a:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 155, 167, 0.28);
  background:
    linear-gradient(135deg, #ffffff, #effbfc);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
}

.mobile-account-menu svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 16px;
  color: #0b8f9d;
  fill: currentColor;
  background: rgba(11, 155, 167, 0.1);
  box-sizing: border-box;
}

.mobile-account-menu span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.mobile-account-menu strong {
  color: #101828;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}

.mobile-account-menu small {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .product-grid,
  .home-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .am-product-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 22px !important;
    border-color: rgba(199, 216, 232, 0.95);
    background:
      linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:
      0 18px 42px rgba(15, 23, 42, 0.11),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .am-product-card:hover {
    transform: none;
  }

  .am-product-media {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 0 !important;
    background: #0f172a;
  }

  .am-product-media::after {
    height: 48%;
    background:
      linear-gradient(180deg, transparent 20%, rgba(2, 6, 23, 0.62) 100%);
  }

  .am-product-card:hover .pc-img img {
    transform: none;
    filter: none;
  }

  .am-product-card .am-product-tools {
    inset-block-start: 10px !important;
    inset-inline: 10px !important;
  }

  .am-product-card .am-product-tools .pc-heart,
  .am-product-card .am-product-tools .pc-platform {
    width: 40px !important;
    height: 40px !important;
    border-radius: 14px !important;
  }

  .am-product-card .am-product-tools .pc-heart {
    top: 0 !important;
    left: 0 !important;
    color: #ffffff;
    background: rgba(5, 11, 24, 0.74);
    box-shadow:
      0 14px 30px rgba(2, 6, 23, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .am-product-card .am-product-tools .pc-heart.is-active {
    color: #ff5b87;
    background: rgba(24, 12, 32, 0.82);
  }

  .am-product-card .am-product-tools .pc-platform {
    margin-inline-start: auto;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.54);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.18);
  }

  .am-product-card .am-product-tools .pc-platform img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  .am-product-card .pc-discount {
    min-height: 30px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
  }

  .am-product-body {
    display: grid;
    gap: 10px;
    padding: 13px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.99));
  }

  .am-product-meta {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .am-product-meta > span {
    display: inline-flex !important;
  }

  .pc-kicker,
  .am-product-meta > span {
    min-height: 28px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    color: #0b8f9d;
    border: 1px solid rgba(11, 155, 167, 0.16);
    background: rgba(11, 155, 167, 0.08);
    font-size: 11px;
    font-weight: 950;
  }

  .pc-title-link {
    margin-top: 0;
  }

  .pc-title {
    min-height: 42px !important;
    color: #101828 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 950 !important;
    text-align: start;
  }

  .am-product-purchase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 2px;
    padding: 11px;
    border: 1px solid rgba(214, 226, 238, 0.92);
    border-radius: 18px;
    background:
      linear-gradient(135deg, #f8fbff, #ffffff);
  }

  .pc-price {
    min-height: auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
    padding: 0;
    direction: rtl;
  }

  .pc-price small {
    color: #667085;
    font-size: 11px;
    font-weight: 900;
  }

  .pc-price strong {
    color: #067a55;
    font-size: 24px !important;
    line-height: 1;
    font-weight: 950;
  }

  .pc-cta {
    margin-top: 0;
  }

  .pc-buy-button {
    min-height: 48px !important;
    justify-content: center;
    border-radius: 15px !important;
    padding: 8px 12px !important;
    box-shadow: 0 16px 32px rgba(20, 99, 255, 0.24);
  }

  .pc-buy-button span {
    text-align: center;
  }

  .pc-buy-button strong {
    font-size: 13px;
  }

  .pc-buy-button small {
    display: none;
  }

  .pc-buy-button svg {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }
}

@media (max-width: 560px) {
  .product-grid,
  .home-products {
    grid-template-columns: 1fr;
  }

  .am-product-card {
    border-radius: 24px !important;
  }

  .am-product-media {
    aspect-ratio: 16 / 9 !important;
  }

  .am-product-body {
    padding: 15px !important;
  }

  .pc-title {
    min-height: auto !important;
    font-size: 16px !important;
  }

  .pc-price strong {
    font-size: 27px !important;
  }

  .pc-buy-button {
    min-height: 52px !important;
  }
}

@media (max-width: 360px) {
  .am-product-body {
    padding: 12px !important;
  }

  .am-product-purchase {
    padding: 10px;
  }

  .pc-title {
    font-size: 15px !important;
  }
}

/* Reference mobile homepage: exact clean gaming-card store direction */
.am-brand-subtitle,
.am-mobile-quick-panel {
  display: none;
}

.am-inline-count {
  position: absolute;
  inset-block-start: -7px;
  inset-inline-start: -6px;
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #0b9ba7;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(11, 155, 167, 0.28);
}

.am-home-reference {
  background:
    radial-gradient(circle at 12% 0%, rgba(11, 155, 167, 0.08), transparent 22rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fb 100%);
}

.am-reference-shell {
  display: grid;
  gap: 30px;
  padding: 28px 0 14px;
}

.am-reference-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(213, 225, 236, 0.92);
  border-radius: 24px;
  background: #0f172a;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.am-reference-slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.am-reference-slider__track::-webkit-scrollbar {
  display: none;
}

.am-reference-slide {
  position: relative;
  flex: 0 0 100%;
  display: block;
  aspect-ratio: 2.28 / 1;
  scroll-snap-align: center;
  background: #101828;
}

.am-reference-slide picture,
.am-reference-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.am-reference-slide img {
  object-fit: cover;
  object-position: center;
}

.am-reference-slider__dots {
  position: absolute;
  inset-inline: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.am-reference-slider__dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.22);
}

.am-reference-slider__dots .is-active {
  width: 12px;
  background: #fff;
}

.am-reference-category-section {
  display: grid;
  gap: 15px;
}

.am-reference-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.am-reference-section-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #101828;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.2;
}

.am-reference-section-head h2 svg {
  width: 28px;
  height: 28px;
  color: #101828;
  fill: currentColor;
}

.am-reference-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b8f9d;
  font-size: 15px;
  font-weight: 950;
}

.am-reference-section-head a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-inline-start: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  transform: rotate(45deg);
}

.am-reference-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.am-reference-category {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #101828;
  text-align: center;
}

.am-reference-category span {
  width: 112px;
  max-width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(214, 226, 238, 0.95);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.am-reference-category:hover span {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.am-reference-category img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.am-reference-category strong {
  width: 100%;
  overflow: hidden;
  color: #101828;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am-reference-category em {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(214, 226, 238, 0.9);
  border-radius: 999px;
  color: #667085;
  background: #f8fafc;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.am-reference-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(214, 226, 238, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.am-reference-trust div {
  min-height: 78px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-content: center;
  gap: 3px 10px;
  padding: 13px 16px;
  border-inline-start: 1px solid rgba(214, 226, 238, 0.78);
}

.am-reference-trust div:first-child {
  border-inline-start: 0;
}

.am-reference-trust span {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #0b8f9d;
}

.am-reference-trust svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.am-reference-trust strong {
  color: #101828;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.am-reference-trust small {
  color: #98a2b3;
  font-size: 12px;
  font-weight: 850;
}

@media (max-width: 767px) {
  body.aussui-cms-site {
    background: #fbfdff !important;
  }

  .site-header.am-storefront-header {
    position: sticky;
    top: 0;
    overflow: visible;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  }

  .site-header.am-storefront-header .am-header-grid {
    width: min(100% - 42px, 1280px);
    grid-template-columns: 88px minmax(0, 1fr) 64px !important;
    grid-template-areas:
      "actions brand menu"
      "search search wallet" !important;
    gap: 18px 14px;
    min-height: 0;
    padding: 18px 0 14px;
  }

  .site-header.am-storefront-header .am-menu-button {
    grid-area: menu;
    justify-self: end;
    width: 58px;
    height: 58px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #dbe5ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  }

  .site-header.am-storefront-header .am-brand {
    grid-area: brand;
    justify-self: center;
    width: min(100%, 230px);
    max-width: 230px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 180px;
    max-width: 100%;
    height: 54px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
  }

  .site-header.am-storefront-header .am-brand span {
    display: none !important;
  }

  .site-header.am-storefront-header .am-brand-subtitle {
    display: block;
    color: #40536a;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }

  .site-header.am-storefront-header .am-action-cluster {
    grid-area: actions;
    justify-self: start;
    display: flex;
    gap: 10px;
  }

  .site-header.am-storefront-header .am-action-link {
    width: 36px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #101828;
    background: transparent;
    box-shadow: none;
  }

  .site-header.am-storefront-header .am-action-link span:not(.badge):not(.nav-badge):not(.am-inline-count) {
    display: none;
  }

  .site-header.am-storefront-header .am-action-link svg {
    width: 29px;
    height: 29px;
  }

  .site-header.am-storefront-header .am-action-link.is-account {
    display: none;
  }

  .site-header.am-storefront-header .am-wallet-zone {
    grid-area: wallet;
    display: block;
    min-width: 0;
  }

  .site-header.am-storefront-header .am-wallet-topup {
    display: none !important;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    gap: 10px;
    direction: rtl;
    padding: 7px 8px 7px 11px;
    border: 1px solid #dbe5ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #0b9ba7, #12c4c8);
    box-shadow: 0 12px 24px rgba(11, 155, 167, 0.24);
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill > span:last-child {
    min-width: 0;
    display: grid;
    gap: 2px;
    text-align: start;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill small {
    color: #101828;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    color: #182033;
    font-size: 25px;
    font-weight: 950;
    line-height: 1.1;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong::after {
    content: " ر.س";
    color: #182033;
    font-size: 14px;
    font-weight: 900;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill em {
    display: none;
  }

  .site-header.am-storefront-header .am-search-command {
    grid-area: search;
    height: 72px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 7px;
    border: 1px solid #dbe5ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  }

  .site-header.am-storefront-header .am-search-command button {
    grid-column: 1;
    width: 56px;
    height: 56px;
    margin: 0;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #0b9ba7, #12c4c8);
  }

  .site-header.am-storefront-header .am-search-command input {
    grid-column: 2;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    text-align: right;
    color: #101828;
    font-size: 15px;
    font-weight: 850;
  }

  .site-header.am-storefront-header .am-search-command kbd,
  .site-header.am-storefront-header .am-header-tools {
    display: none !important;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel {
    width: min(100% - 42px, 1280px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    direction: ltr;
    overflow: hidden;
    margin: 16px auto 18px;
    padding: 0;
    border: 1px solid #dbe5ef;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  }

  .site-header.am-storefront-header .am-mobile-quick-panel a {
    min-height: 96px;
    display: grid;
    direction: rtl;
    justify-items: center;
    align-content: center;
    gap: 9px;
    color: #172033;
    text-align: center;
    border-inline-start: 1px solid #e1e8f0;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel a:first-child {
    border-inline-start: 0;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel span {
    position: relative;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #101828;
    background: linear-gradient(180deg, #f6f9fc, #eef3f8);
  }

  .site-header.am-storefront-header .am-mobile-quick-panel a:nth-child(3) span,
  .site-header.am-storefront-header .am-mobile-quick-panel a:nth-child(4) span {
    color: #fff;
    background: linear-gradient(135deg, #1463ff, #0b9ba7);
  }

  .site-header.am-storefront-header .am-mobile-quick-panel svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel strong {
    color: #172033;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
  }

  .am-home-reference .am-reference-shell {
    width: min(100% - 42px, 1280px);
    gap: 30px;
    padding: 8px 0 22px;
  }

  .am-reference-slider {
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
  }

  .am-reference-slide {
    aspect-ratio: 2.08 / 1;
  }

  .am-reference-section-head h2 {
    font-size: 24px;
  }

  .am-reference-section-head h2 svg {
    width: 27px;
    height: 27px;
  }

  .am-reference-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
  }

  .am-reference-category span {
    width: 100%;
    border-radius: 16px;
  }

  .am-reference-category strong {
    font-size: 13px;
  }

  .am-reference-category em {
    min-height: 24px;
    padding: 0 9px;
    font-size: 11px;
  }

  .am-reference-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 18px;
  }

  .am-reference-trust div {
    min-height: 74px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    padding: 10px 6px;
    text-align: center;
  }

  .am-reference-trust span {
    grid-row: auto;
    width: 28px;
    height: 28px;
  }

  .am-reference-trust svg {
    width: 24px;
    height: 24px;
  }

  .am-reference-trust strong {
    font-size: 12px;
  }

  .am-reference-trust small {
    font-size: 10px;
  }

  .am-home-reference .home-section {
    padding: 22px 0;
  }

  .am-mobile-dock {
    inset-inline: 21px;
    bottom: 12px;
    width: auto;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    direction: ltr;
    padding: 8px 6px;
    border: 1px solid #e0e8f0;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .am-mobile-dock a {
    min-width: 0;
    display: grid;
    direction: rtl;
    justify-items: center;
    align-content: center;
    gap: 4px;
    color: #667085;
    font-size: 11px;
    font-weight: 850;
  }

  .am-mobile-dock a svg {
    width: 25px;
    height: 25px;
  }

  .am-mobile-dock a:last-child {
    color: #0b8f9d;
  }
}

@media (max-width: 430px) {
  .site-header.am-storefront-header .am-header-grid,
  .site-header.am-storefront-header .am-mobile-quick-panel,
  .am-home-reference .am-reference-shell {
    width: min(100% - 28px, 1280px);
  }

  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 76px minmax(0, 1fr) 56px !important;
    gap: 15px 10px;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 148px;
    height: 48px;
  }

  .site-header.am-storefront-header .am-brand-subtitle {
    font-size: 11px;
  }

  .site-header.am-storefront-header .am-action-cluster {
    gap: 6px;
  }

  .site-header.am-storefront-header .am-action-link {
    width: 32px;
  }

  .site-header.am-storefront-header .am-menu-button {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .site-header.am-storefront-header .am-search-command,
  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    height: 64px;
    border-radius: 18px;
  }

  .site-header.am-storefront-header .am-search-command {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 6px;
  }

  .site-header.am-storefront-header .am-search-command button,
  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 14px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill small {
    font-size: 12px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    font-size: 20px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong::after {
    font-size: 11px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel a {
    min-height: 86px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel span {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel strong {
    font-size: 12px;
  }

  .am-reference-category-grid {
    gap: 10px;
  }

  .am-reference-category strong {
    font-size: 11px;
  }

  .am-reference-category em {
    font-size: 10px;
  }
}

/* Homepage reference rebuild v2 */
.am-home-reference {
  color: #101828;
  background:
    radial-gradient(circle at 18% 2%, rgba(11, 155, 167, 0.08), transparent 24rem),
    radial-gradient(circle at 84% 18%, rgba(20, 99, 255, 0.055), transparent 25rem),
    linear-gradient(180deg, #ffffff 0%, #f3f8fc 58%, #f8fbfd 100%);
}

.am-home-reference .am-reference-shell-v2 {
  width: min(100% - 52px, 1290px);
  display: grid;
  gap: 22px;
  padding: 28px 0 20px;
}

.am-reference-hero-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.42fr) minmax(0, 1fr);
  grid-template-areas: "groups slider";
  gap: 22px;
  align-items: stretch;
  direction: ltr;
}

.am-reference-hero-grid--single {
  grid-template-columns: 1fr;
  grid-template-areas: "slider";
}

.am-reference-hero-grid > * {
  direction: rtl;
}

.am-reference-hero-grid .am-reference-slider {
  grid-area: slider;
  height: clamp(360px, 31vw, 450px);
  min-height: 0;
  border-radius: 22px;
  border: 1px solid rgba(203, 216, 229, 0.92);
  box-shadow: 0 26px 74px rgba(15, 23, 42, 0.13);
}

.am-reference-hero-grid .am-reference-slider__track {
  height: 100%;
}

.am-reference-hero-grid .am-reference-slide {
  height: 100%;
  aspect-ratio: auto;
  min-height: 0;
}

.am-reference-groups-panel {
  grid-area: groups;
  min-width: 0;
  display: grid;
  gap: 14px;
  align-content: stretch;
}

.am-reference-groups-panel .am-reference-category-section {
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(214, 226, 238, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.am-reference-groups-panel .am-reference-section-head {
  margin-bottom: 2px;
}

.am-reference-groups-panel .am-reference-section-head h2 {
  font-size: 20px;
}

.am-reference-groups-panel .am-reference-section-head h2 svg {
  width: 23px;
  height: 23px;
  color: #0b8f9d;
}

.am-reference-groups-panel .am-reference-section-head a {
  font-size: 12px;
}

.am-reference-groups-panel .am-reference-category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.am-reference-groups-panel .am-reference-category {
  overflow: hidden;
  min-height: 92px;
  grid-template-columns: 50px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  justify-items: start;
  align-items: center;
  gap: 2px 10px;
  padding: 10px;
  border: 1px solid rgba(220, 229, 238, 0.92);
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  text-align: start;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.am-reference-groups-panel .am-reference-category:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 155, 167, 0.34);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.am-reference-groups-panel .am-reference-category span {
  grid-row: 1 / span 3;
  min-width: 0;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  box-shadow: none;
}

.am-reference-groups-panel .am-reference-category:hover span {
  transform: none;
  box-shadow: none;
}

.am-reference-category small {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  color: #667085;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am-reference-groups-panel .am-reference-category strong {
  font-size: 13px;
  text-align: start;
}

.am-reference-groups-panel .am-reference-category em {
  max-width: 100%;
  min-height: 22px;
  padding: 0 9px;
  color: #0b8f9d;
  border-color: rgba(11, 155, 167, 0.16);
  background: rgba(11, 155, 167, 0.08);
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am-home-reference .am-reference-trust {
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.am-home-reference .home-section {
  padding: 34px 0;
}

.am-home-reference .section-head {
  margin-bottom: 20px;
}

.am-home-reference .section-head h2 {
  font-size: clamp(25px, 2.4vw, 34px);
}

.am-home-reference .section-head p {
  color: #667085;
  font-size: 14px;
}

.am-home-reference .product-grid.home-products {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 18px;
}

@media (max-width: 1120px) {
  .am-reference-hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "slider"
      "groups";
  }

  .am-reference-hero-grid .am-reference-slider,
  .am-reference-hero-grid .am-reference-slide {
    height: 310px;
  }

  .am-reference-groups-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .site-header.am-storefront-header .am-header-grid {
    width: min(100% - 32px, 1280px);
    grid-template-columns: 68px minmax(0, 1fr) minmax(0, 1fr) 56px !important;
    grid-template-areas:
      "actions brand brand menu"
      "search search wallet wallet" !important;
    gap: 13px 10px;
    padding: 15px 0 12px;
  }

  .site-header.am-storefront-header .am-brand {
    max-width: 210px;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 166px;
    height: 48px;
  }

  .site-header.am-storefront-header .am-brand-subtitle {
    font-size: 11px;
  }

  .site-header.am-storefront-header .am-action-cluster {
    align-self: center;
  }

  .site-header.am-storefront-header .am-action-link {
    width: 32px;
    min-height: 42px;
  }

  .site-header.am-storefront-header .am-action-link svg {
    width: 27px;
    height: 27px;
  }

  .site-header.am-storefront-header .am-menu-button {
    justify-self: end;
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .site-header.am-storefront-header .am-search-command,
  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    height: 66px;
    border-radius: 19px;
  }

  .site-header.am-storefront-header .am-search-command {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 6px;
  }

  .site-header.am-storefront-header .am-search-command button,
  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 15px;
  }

  .site-header.am-storefront-header .am-search-command input {
    padding-inline: 8px 4px;
    font-size: 13px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    gap: 8px;
    padding: 6px 7px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill small {
    font-size: 11px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    font-size: 20px;
    letter-spacing: 0;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong::after {
    font-size: 10px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel {
    width: min(100% - 32px, 1280px);
    margin: 10px auto 14px;
    border-radius: 20px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel a {
    min-height: 78px;
    gap: 7px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel span {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel svg {
    width: 23px;
    height: 23px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel strong {
    font-size: 12px;
  }

  .am-home-reference .am-reference-shell-v2 {
    width: min(100% - 32px, 1280px);
    gap: 18px;
    padding: 14px 0 18px;
  }

  .am-reference-hero-grid {
    gap: 16px;
  }

  .am-reference-hero-grid .am-reference-slider {
    height: auto;
    min-height: 0;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
  }

  .am-reference-hero-grid .am-reference-slide {
    height: auto;
    min-height: 0;
    aspect-ratio: 2.12 / 1;
  }

  .am-reference-groups-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .am-reference-groups-panel .am-reference-category-section {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .am-reference-groups-panel .am-reference-section-head {
    align-items: center;
    margin-bottom: 12px;
  }

  .am-reference-groups-panel .am-reference-section-head h2 {
    font-size: 21px;
  }

  .am-reference-groups-panel .am-reference-section-head h2 svg {
    width: 22px;
    height: 22px;
  }

  .am-reference-groups-panel .am-reference-section-head a {
    font-size: 13px;
  }

  .am-reference-groups-panel .am-reference-category-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 78px;
    grid-template-columns: none;
    gap: 13px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 1px 7px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .am-reference-groups-panel .am-reference-category-grid::-webkit-scrollbar {
    display: none;
  }

  .am-reference-groups-panel .am-reference-category {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    scroll-snap-align: start;
  }

  .am-reference-groups-panel .am-reference-category:hover {
    transform: none;
    box-shadow: none;
  }

  .am-reference-groups-panel .am-reference-category span {
    grid-row: auto;
    width: 68px;
    height: 68px;
    border-radius: 17px;
    border: 1px solid #d9e5ef;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
  }

  .am-reference-groups-panel .am-reference-category strong {
    width: 100%;
    font-size: 11px;
    text-align: center;
  }

  .am-reference-category small {
    display: none;
  }

  .am-reference-groups-panel .am-reference-category em {
    min-height: 22px;
    padding: 0 9px;
    font-size: 10px;
  }

  .am-home-reference .am-reference-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 18px;
  }

  .am-home-reference .home-section {
    padding: 24px 0;
  }

  .am-home-reference .section-head {
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  .am-home-reference .section-head h2 {
    font-size: 22px;
  }

  .am-home-reference .section-head p {
    display: none;
  }

  .am-home-reference .section-head a {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  .product-grid,
  .home-products,
  .am-home-reference .product-grid.home-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .am-product-card {
    border-radius: 18px !important;
  }

  .am-product-media {
    aspect-ratio: 1 / 0.82 !important;
  }

  .am-product-body {
    gap: 8px !important;
    padding: 11px !important;
  }

  .pc-title {
    min-height: 36px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .am-product-purchase {
    gap: 7px !important;
    padding: 9px !important;
    border-radius: 15px !important;
  }

  .pc-price strong {
    font-size: 21px !important;
  }

  .pc-buy-button {
    min-height: 44px !important;
    border-radius: 14px !important;
  }

  .pc-buy-button strong {
    font-size: 12px !important;
  }
}

@media (max-width: 430px) {
  .site-header.am-storefront-header .am-header-grid,
  .site-header.am-storefront-header .am-mobile-quick-panel,
  .am-home-reference .am-reference-shell-v2 {
    width: min(100% - 24px, 1280px);
  }

  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 60px minmax(0, 1fr) minmax(0, 1fr) 50px !important;
    gap: 11px 8px;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 138px;
    height: 43px;
  }

  .site-header.am-storefront-header .am-brand-subtitle {
    font-size: 10px;
  }

  .site-header.am-storefront-header .am-action-link {
    width: 29px;
  }

  .site-header.am-storefront-header .am-action-link svg {
    width: 25px;
    height: 25px;
  }

  .site-header.am-storefront-header .am-menu-button {
    width: 48px;
    height: 48px;
  }

  .site-header.am-storefront-header .am-search-command,
  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    height: 60px;
  }

  .site-header.am-storefront-header .am-search-command {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 5px;
  }

  .site-header.am-storefront-header .am-search-command button,
  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .site-header.am-storefront-header .am-search-command input {
    font-size: 12px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    font-size: 18px;
  }

  .am-reference-groups-panel .am-reference-category-grid {
    grid-auto-columns: 72px;
    gap: 11px;
  }

  .am-reference-groups-panel .am-reference-category span {
    width: 62px;
    height: 62px;
  }

  .am-home-reference .am-reference-trust div {
    padding: 9px 4px;
  }

  .am-home-reference .am-reference-trust strong {
    font-size: 10px;
  }

  .am-product-card .am-product-tools .pc-heart,
  .am-product-card .am-product-tools .pc-platform {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
  }

  .am-product-card .am-product-tools .pc-platform img {
    width: 21px;
    height: 21px;
  }

  .pc-title {
    font-size: 11px !important;
  }

  .pc-price strong {
    font-size: 19px !important;
  }
}

@media (max-width: 360px) {
  .site-header.am-storefront-header .am-header-grid {
    grid-template-columns: 54px minmax(0, 1fr) minmax(0, 1fr) 46px !important;
  }

  .site-header.am-storefront-header .am-brand img {
    width: 120px;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    display: none;
  }

  .am-reference-groups-panel .am-reference-category-grid {
    grid-auto-columns: 68px;
  }
}

/* Brand identity application */
:root {
  --pl-cyan: #3bedf3;
  --pl-cyan-deep: #0fb9c0;
  --pl-orange: #fa8563;
  --pl-dark: #111315;
  --pl-gray: #6b6b6b;
  --pl-surface: #ffffff;
}

body.aussui-cms-site {
  --brand-accent: var(--pl-cyan);
  --brand-accent-2: var(--pl-orange);
  --brand-dark: var(--pl-dark);
  --brand-muted: var(--pl-gray);
  background:
    radial-gradient(circle at 12% -8%, rgba(59, 237, 243, 0.16), transparent 26rem),
    radial-gradient(circle at 92% 2%, rgba(250, 133, 99, 0.14), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f6fbfc 48%, #ffffff 100%) !important;
}

.site-header.am-storefront-header {
  border-bottom: 1px solid rgba(59, 237, 243, 0.18);
  background:
    linear-gradient(90deg, rgba(59, 237, 243, 0.08), rgba(250, 133, 99, 0.06)),
    rgba(255, 255, 255, 0.96);
}

.site-header.am-storefront-header::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, var(--pl-cyan) 18%, var(--pl-orange) 82%, transparent 100%);
  opacity: 0.72;
}

.site-header.am-storefront-header .am-brand {
  max-width: 340px;
}

.site-header.am-storefront-header .am-brand img,
.footer-logo img,
.category-drawer__logo img {
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(17, 19, 21, 0.08));
}

.site-header.am-storefront-header .am-brand img {
  min-width: 170px;
  max-width: 300px;
  height: 70px;
}

.site-header.am-storefront-header .am-brand-subtitle {
  color: var(--pl-gray);
}

.site-header.am-storefront-header .am-search-command:focus-within,
.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill:hover,
.site-header.am-storefront-header .am-action-link:hover,
.am-reference-slider,
.am-product-card:hover {
  border-color: rgba(59, 237, 243, 0.56) !important;
}

.site-header.am-storefront-header .am-search-command button,
.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon,
.site-header.am-storefront-header .am-mobile-quick-panel a:nth-child(3) span,
.site-header.am-storefront-header .am-mobile-quick-panel a:nth-child(4) span,
.am-reference-trust span,
.pc-buy-button,
.btn,
.footer-platform__action,
.newsletter .btn {
  color: #071315;
  background: linear-gradient(135deg, var(--pl-cyan) 0%, #29d9df 100%) !important;
  box-shadow: 0 18px 38px rgba(59, 237, 243, 0.24);
}

.site-header.am-storefront-header .am-search-command button svg,
.site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon svg,
.pc-buy-button svg,
.btn svg {
  color: currentColor;
  fill: currentColor;
}

.site-header.am-storefront-header .am-wallet-topup {
  color: #3d2a21;
  border-color: rgba(250, 133, 99, 0.42);
  background: linear-gradient(135deg, rgba(250, 133, 99, 0.18), rgba(255, 255, 255, 0.96));
}

.site-header.am-storefront-header .am-wallet-topup:hover,
.pc-buy-button:hover,
.btn:hover,
.footer-platform__action:hover,
.newsletter .btn:hover {
  color: #071315;
  background: linear-gradient(135deg, var(--pl-orange) 0%, #ffb09a 100%) !important;
  box-shadow: 0 20px 42px rgba(250, 133, 99, 0.26);
}

.site-header.am-storefront-header .am-action-link.is-orders,
.site-header.am-storefront-header .am-action-link.is-wishlist,
.site-header.am-storefront-header .am-action-link.is-account {
  color: var(--pl-dark);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfeff 100%);
}

.site-header.am-storefront-header .am-action-link .nav-badge,
.am-inline-count {
  background: var(--pl-orange);
  box-shadow: 0 8px 18px rgba(250, 133, 99, 0.3);
}

.am-home-reference {
  background:
    radial-gradient(circle at 10% 0%, rgba(59, 237, 243, 0.12), transparent 24rem),
    radial-gradient(circle at 88% 10%, rgba(250, 133, 99, 0.11), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7fcfd 55%, #ffffff 100%);
}

.am-reference-groups-panel .am-reference-section-head h2 svg,
.am-reference-section-head a,
.am-reference-groups-panel .am-reference-category em,
.pc-price strong,
.am-mobile-dock a:last-child,
.section-head a {
  color: var(--pl-cyan-deep) !important;
}

.am-reference-groups-panel .am-reference-category em,
.pc-kicker,
.am-product-meta > span,
.chip.active,
.chip:hover {
  border-color: rgba(59, 237, 243, 0.24) !important;
  background: rgba(59, 237, 243, 0.12) !important;
}

.am-product-card {
  border-color: rgba(59, 237, 243, 0.18);
}

.am-product-card::after {
  background:
    linear-gradient(135deg, rgba(59, 237, 243, 0.16), transparent 36%),
    linear-gradient(315deg, rgba(250, 133, 99, 0.12), transparent 44%);
}

.am-product-card .am-product-tools .pc-heart:hover,
.am-product-card .am-product-tools .pc-heart.is-active {
  color: var(--pl-orange);
  border-color: rgba(250, 133, 99, 0.75);
  box-shadow: 0 18px 40px rgba(250, 133, 99, 0.22), 0 14px 28px rgba(2, 6, 23, 0.3);
}

.pc-price strong {
  color: #07858c !important;
}

/* Product page purchase panel readability */
.product-page .buy-box .denomination-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 16px 0;
}

.product-page .buy-box .denomination-option span {
  min-height: 62px;
  color: #172234 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%) !important;
  border: 1px solid #d7e4f1 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.product-page .buy-box .denomination-option span strong,
.product-page .buy-box .denomination-option span small,
.product-page .buy-box .denomination-option span bdi {
  color: inherit !important;
}

.product-page .buy-box .denomination-option span small {
  color: #66758a !important;
}

.product-page .buy-box .denomination-option input:checked + span {
  color: #061727 !important;
  border-color: var(--pl-cyan-deep) !important;
  background: linear-gradient(135deg, rgba(59, 237, 243, 0.16), rgba(255, 255, 255, 0.98)) !important;
  box-shadow: 0 16px 32px rgba(59, 237, 243, 0.17), inset 4px 0 0 var(--pl-cyan-deep);
}

.product-page .buy-box .field label,
.product-page .buy-box .qty-controls button,
.product-page .buy-box .qty-controls input {
  color: #172234;
}

.product-overview-panel {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(15, 23, 42, 0.09) !important;
  background:
    linear-gradient(135deg, rgba(59, 237, 243, 0.08), transparent 35%),
    linear-gradient(315deg, rgba(250, 133, 99, 0.08), transparent 42%),
    #ffffff !important;
}

.product-overview-panel::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--pl-cyan), var(--pl-orange));
}

.product-overview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 16px;
}

.product-overview-head > div {
  display: grid;
  gap: 4px;
  text-align: start;
}

.product-overview-head small {
  color: var(--pl-cyan-deep);
  font-size: 12px;
  font-weight: 950;
}

.product-overview-head h2 {
  margin: 0;
  color: #061727;
  font-size: 26px;
  line-height: 1.15;
}

.product-overview-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  color: #061727;
  border: 1px solid rgba(59, 237, 243, 0.32);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(59, 237, 243, 0.28), rgba(255, 255, 255, 0.86));
  box-shadow: 0 18px 34px rgba(59, 237, 243, 0.16);
}

.product-overview-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.product-overview-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 18px;
  padding: 0 24px 24px;
  align-items: start;
}

.product-overview-copy {
  margin: 0;
  color: #4e5d70;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.9;
}

.product-overview-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-overview-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 10px 13px;
  color: #172234;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.product-overview-list span {
  color: #66758a;
  font-size: 12px;
  font-weight: 850;
}

.product-overview-list strong {
  color: #061727;
  font-size: 13px;
  font-weight: 950;
  text-align: end;
}

/* Compact professional product page */
.product-page {
  padding-top: 18px;
}

.product-page > .wrap {
  max-width: 1180px;
}

.product-page .product-detail-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 370px) !important;
  gap: 18px;
}

.product-page .product-main {
  display: grid;
  grid-template-columns: minmax(245px, 320px) minmax(0, 1fr);
  grid-template-areas:
    "media title"
    "media tags"
    "media overview";
  gap: 14px 18px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 253, 255, 0.82)),
    radial-gradient(circle at 14% 0%, rgba(59, 237, 243, 0.11), transparent 34%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  animation: productSurfaceIn 0.38s ease both;
}

.product-page .product-hero-media {
  grid-area: media;
  height: clamp(230px, 25vw, 310px) !important;
  min-height: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: none;
  isolation: isolate;
  transform: translateZ(0);
}

.product-page .product-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.16)),
    linear-gradient(90deg, rgba(59, 237, 243, 0.10), transparent 36%);
}

.product-page .product-hero-media img {
  transition: transform 0.34s ease, filter 0.34s ease;
}

.product-page .product-main:hover .product-hero-media img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.product-page .product-main h1 {
  grid-area: title;
  align-self: end;
  margin: 4px 0 0;
  color: #061727 !important;
  font-size: clamp(25px, 3.1vw, 42px);
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0;
}

.product-page .product-main .tags {
  grid-area: tags;
  margin: 0;
  align-self: start;
}

.product-page .product-main .tags span {
  min-height: 30px;
  color: #172234;
  border-color: rgba(15, 23, 42, 0.10);
  background: #fff;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.product-page .product-overview-panel {
  grid-area: overview;
  min-height: auto;
  box-shadow: none !important;
}

.product-page .product-overview-head {
  padding: 16px 18px 10px;
}

.product-page .product-overview-head h2 {
  font-size: 21px;
}

.product-page .product-overview-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 15px;
}

.product-page .product-overview-icon svg {
  width: 21px;
  height: 21px;
}

.product-page .product-overview-body {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0 18px 18px;
}

.product-page .product-overview-copy {
  font-size: 14px;
  line-height: 1.8;
}

.product-page .product-overview-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.product-page .product-overview-list li {
  min-height: 42px;
  padding: 9px 11px;
}

.product-page .buy-box {
  top: 126px;
  max-height: calc(100vh - 146px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fcff 100%) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 23, 42, 0.24) transparent;
  animation: productSurfaceIn 0.42s ease 0.04s both;
}

.product-page .buy-box::-webkit-scrollbar,
.product-page .buy-box .denomination-grid::-webkit-scrollbar {
  width: 6px;
}

.product-page .buy-box::-webkit-scrollbar-track,
.product-page .buy-box .denomination-grid::-webkit-scrollbar-track {
  background: transparent;
}

.product-page .buy-box::-webkit-scrollbar-thumb,
.product-page .buy-box .denomination-grid::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.22);
  border-radius: 999px;
}

.product-page .buy-box .price-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  margin: 0 0 12px;
  padding: 14px 15px;
  direction: rtl;
  border: 1px solid rgba(59, 237, 243, 0.22);
  border-radius: 21px;
  background:
    linear-gradient(135deg, rgba(59, 237, 243, 0.13), rgba(255, 255, 255, 0.94));
}

.product-page .buy-box .price-box::before {
  content: "السعر";
  color: #66758a;
  font-size: 12px;
  font-weight: 950;
}

.product-page .buy-box .price-box strong {
  color: #07858c !important;
  font-size: 29px;
  line-height: 1;
}

.product-page .buy-box .denomination-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-height: min(250px, 32vh);
  overflow-x: hidden;
  overflow-y: auto;
  gap: 8px;
  margin: 0 0 12px;
  padding: 2px 0 2px 4px;
}

.product-page .buy-box .denomination-option span {
  min-height: 48px !important;
  gap: 2px;
  padding: 8px 10px !important;
  border-radius: 15px !important;
}

.product-page .buy-box .denomination-option span strong {
  font-size: 12px;
}

.product-page .buy-box .denomination-option span small {
  font-size: 11px;
}

.product-page .buy-box .denomination-option:hover span {
  transform: translateY(-1px);
  border-color: rgba(59, 237, 243, 0.48) !important;
  box-shadow: 0 14px 30px rgba(59, 237, 243, 0.13);
}

.product-page .buy-box .field {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.product-page .buy-box .field label {
  color: #172234;
  font-size: 12px;
  font-weight: 950;
}

.product-page .buy-box .field input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: #172234;
  border: 1px solid #d7e4f1;
  border-radius: 16px;
  background: #fff;
  font-weight: 850;
}

.product-page .buy-box .field input:focus {
  outline: 0;
  border-color: rgba(59, 237, 243, 0.78);
  box-shadow: 0 0 0 4px rgba(59, 237, 243, 0.16);
}

.product-page .buy-actions {
  margin-top: 13px;
}

.product-page .buy-actions .btn {
  min-height: 54px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 950;
}

@keyframes productSurfaceIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .product-page .product-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "title"
      "tags"
      "overview";
  }

  .product-page .product-hero-media {
    height: clamp(220px, 38vw, 300px) !important;
  }
}

@media (max-width: 1023px) {
  .product-page .product-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .product-page .buy-box {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .product-page .buy-box .denomination-grid {
    max-height: 240px;
  }
}

@media (max-width: 760px) {
  .product-page {
    padding-top: 12px;
  }

  .product-page .product-main {
    padding: 12px;
    border-radius: 22px;
  }

  .product-page .product-hero-media {
    height: 210px !important;
    border-radius: 18px;
  }

  .product-page .product-main h1 {
    font-size: 24px;
  }

  .product-page .product-overview-list {
    grid-template-columns: 1fr;
  }

  .product-page .buy-box {
    padding: 12px;
    border-radius: 22px;
  }
}

@media (max-width: 480px) {
  .product-page .buy-box .denomination-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .product-overview-head {
    padding: 18px 18px 12px;
  }

  .product-overview-head h2 {
    font-size: 22px;
  }

  .product-overview-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 15px;
  }

  .product-overview-body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 18px 18px;
  }
}

.footer,
.footer-platform,
.footer-brand-panel,
.footer-nav-panel,
.footer-assurance-panel {
  border-color: rgba(59, 237, 243, 0.16);
}

.footer-platform__copy span,
.footer-col h3,
.footer-assurance-panel h3 {
  color: var(--pl-orange);
}

.floating-support-button {
  box-shadow: 0 18px 44px rgba(59, 237, 243, 0.22);
}

@media (max-width: 1240px) {
  .site-header.am-storefront-header .am-brand img {
    max-width: 250px;
    height: 62px;
  }
}

@media (max-width: 767px) {
  .site-header.am-storefront-header .am-brand img {
    width: 184px;
    max-width: 184px;
    height: 54px;
  }

  .site-header.am-storefront-header .am-mobile-quick-panel {
    border-color: rgba(59, 237, 243, 0.2);
  }

  .site-header.am-storefront-header .am-search-command button,
  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    color: #071315;
  }
}

@media (max-width: 430px) {
  .site-header.am-storefront-header .am-brand img {
    width: 148px;
    max-width: 148px;
    height: 45px;
  }
}

/* Mobile compact header: keep the storefront usable without covering the page */
@media (max-width: 767px) {
  .site-header.am-storefront-header {
    position: relative !important;
    top: auto !important;
    z-index: 90;
    padding: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.am-storefront-header::after {
    display: none;
  }

  .site-header.am-storefront-header .am-header-grid {
    width: min(100% - 16px, 1280px) !important;
    min-height: 0 !important;
    direction: ltr;
    grid-template-columns: 42px minmax(0, 1fr) 90px !important;
    grid-template-areas:
      "menu brand actions"
      "wallet search search" !important;
    align-items: center;
    gap: 7px 8px;
    padding: 7px 0 8px !important;
  }

  .site-header.am-storefront-header .am-menu-button {
    grid-area: menu;
    justify-self: start !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    display: inline-grid !important;
    place-items: center;
    color: #111827;
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  }

  .site-header.am-storefront-header .am-menu-button .burger-icon {
    width: 18px;
  }

  .site-header.am-storefront-header .am-brand {
    grid-area: brand;
    justify-self: center !important;
    min-height: 40px !important;
    width: 100%;
    max-width: 150px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    direction: rtl;
  }

  .site-header.am-storefront-header .am-brand img {
    width: auto !important;
    min-width: 0 !important;
    max-width: 142px !important;
    height: 38px !important;
    object-fit: contain;
  }

  .site-header.am-storefront-header .am-brand span,
  .site-header.am-storefront-header .am-brand-subtitle {
    display: none !important;
  }

  .site-header.am-storefront-header .am-action-cluster {
    grid-area: actions;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 6px !important;
    direction: rtl;
  }

  .site-header.am-storefront-header .am-action-link {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    border-color: #dbe5ef !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05) !important;
  }

  .site-header.am-storefront-header .am-action-link.is-account {
    display: none !important;
  }

  .site-header.am-storefront-header .am-action-link > span:not(.nav-badge) {
    display: none !important;
  }

  .site-header.am-storefront-header .am-action-link svg {
    width: 19px !important;
    height: 19px !important;
  }

  .site-header.am-storefront-header .am-action-link .nav-badge {
    top: -7px;
    right: -7px;
    left: auto;
  }

  .site-header.am-storefront-header .am-wallet-zone {
    grid-area: wallet;
    width: 100% !important;
    min-width: 0;
    display: block !important;
    direction: rtl;
  }

  .site-header.am-storefront-header .am-wallet-topup {
    display: none !important;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 46px !important;
    min-height: 46px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 5px 7px !important;
    border: 1px solid #d5e4f2 !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05) !important;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill__icon {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
    border-radius: 12px !important;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill small {
    font-size: 9px !important;
    line-height: 1 !important;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong {
    font-size: 15px !important;
    line-height: 1 !important;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill strong::after {
    font-size: 9px !important;
  }

  .site-header.am-storefront-header .am-search-command {
    grid-area: search;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 46px !important;
    display: block !important;
    direction: rtl;
    padding: 0 !important;
    border: 1px solid #d5e4f2 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05) !important;
  }

  .site-header.am-storefront-header .am-search-command input {
    height: 44px !important;
    padding: 0 52px 0 12px !important;
    color: #172033 !important;
    font-size: 12px !important;
    line-height: 44px !important;
    text-align: right;
  }

  .site-header.am-storefront-header .am-search-command button {
    top: 4px !important;
    right: 4px !important;
    left: auto !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 13px !important;
  }

  .site-header.am-storefront-header .am-search-command kbd,
  .site-header.am-storefront-header .am-header-tools,
  .site-header.am-storefront-header .am-mobile-quick-panel {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .site-header.am-storefront-header .am-header-grid {
    width: min(100% - 12px, 1280px) !important;
    grid-template-columns: 40px minmax(0, 1fr) 86px !important;
    gap: 6px;
  }

  .site-header.am-storefront-header .am-brand {
    max-width: 126px !important;
  }

  .site-header.am-storefront-header .am-brand img {
    max-width: 120px !important;
    height: 34px !important;
  }

  .site-header.am-storefront-header .am-menu-button,
  .site-header.am-storefront-header .am-action-link {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  .site-header.am-storefront-header .am-wallet-zone .customer-balance-pill,
  .site-header.am-storefront-header .am-search-command {
    height: 44px !important;
    min-height: 44px !important;
  }
}

/* About page */
.about-page-shell {
  --about-dark: #08131f;
  --about-ink: #111827;
  --about-muted: #64748b;
  --about-line: #dce7f1;
  --about-cyan: #24d8df;
  --about-cyan-deep: #078d98;
  --about-coral: #f27855;
  overflow: hidden;
  color: var(--about-ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(36, 216, 223, 0.12), transparent 28rem),
    radial-gradient(circle at 86% 0%, rgba(242, 120, 85, 0.10), transparent 26rem),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 54%, #f7fbfc 100%);
}

.about-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 740px);
  display: grid;
  align-items: stretch;
  isolation: isolate;
  color: #fff;
  background: var(--about-dark);
}

.about-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.02);
  animation: aboutHeroImage 9s ease-in-out infinite alternate;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(270deg, rgba(8, 19, 31, 0.96), rgba(8, 19, 31, 0.72) 48%, rgba(8, 19, 31, 0.34)),
    linear-gradient(180deg, rgba(8, 19, 31, 0.32), rgba(8, 19, 31, 0.72));
}

.about-hero__inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-block: clamp(56px, 9vw, 108px);
}

.about-hero__copy {
  max-width: 760px;
  display: grid;
  gap: 22px;
  animation: aboutRise 0.55s ease both;
}

.about-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #06151b;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--about-cyan), #e8ffff);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.about-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 750;
  line-height: 1.9;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.about-identity {
  justify-self: end;
  width: min(100%, 330px);
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  animation: aboutRise 0.55s ease 0.08s both;
}

.about-identity img {
  max-width: 190px;
  max-height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.18));
}

.about-identity strong {
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.about-identity span {
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  font-weight: 850;
}

.about-section {
  padding: clamp(58px, 8vw, 104px) 0;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.about-section__head {
  display: grid;
  gap: 10px;
}

.about-section__head span,
.about-location span {
  color: var(--about-cyan-deep);
  font-size: 13px;
  font-weight: 950;
}

.about-section__head h2,
.about-location h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.15;
}

.about-copy {
  display: grid;
  gap: 18px;
}

.about-copy p,
.about-location p {
  margin: 0;
  color: var(--about-muted);
  font-size: 17px;
  font-weight: 750;
  line-height: 2;
}

.about-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(36, 216, 223, 0.16), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(242, 120, 85, 0.15), transparent 24rem),
    linear-gradient(135deg, #08131f, #0f2233);
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-pillar {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.about-pillar:hover {
  transform: translateY(-5px);
  border-color: rgba(36, 216, 223, 0.45);
  background: rgba(255, 255, 255, 0.10);
}

.about-pillar > span {
  position: absolute;
  inset-block-start: 22px;
  inset-inline-start: 24px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 54px;
  font-weight: 950;
  line-height: 1;
}

.about-pillar h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 950;
}

.about-pillar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.9;
}

.about-section__head--inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.about-section__head--inline a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--about-cyan-deep);
  border: 1px solid rgba(36, 216, 223, 0.24);
  border-radius: 14px;
  background: #fff;
  font-size: 13px;
  font-weight: 950;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-service-grid article {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--about-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-service-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 216, 223, 0.46);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.10);
}

.about-service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #06151b;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--about-cyan), rgba(255, 255, 255, 0.86));
  box-shadow: 0 18px 34px rgba(36, 216, 223, 0.18);
}

.about-service-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.about-service-grid h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: 22px;
  font-weight: 950;
}

.about-service-grid p {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.9;
}

.about-location {
  padding-bottom: clamp(72px, 10vw, 128px);
}

.about-location__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(36, 216, 223, 0.22);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(36, 216, 223, 0.12), transparent 38%),
    linear-gradient(315deg, rgba(242, 120, 85, 0.10), transparent 42%),
    #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.about-location__inner > div {
  max-width: 720px;
  display: grid;
  gap: 12px;
}

@keyframes aboutRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aboutHeroImage {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.075);
  }
}

@media (max-width: 1024px) {
  .about-hero__inner,
  .about-split {
    grid-template-columns: 1fr;
  }

  .about-identity {
    justify-self: start;
  }

  .about-pillars,
  .about-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero__inner {
    gap: 24px;
    padding-block: 54px;
  }

  .about-hero h1 {
    font-size: 34px;
  }

  .about-identity {
    width: 100%;
    padding: 18px;
    border-radius: 22px;
  }

  .about-section {
    padding: 54px 0;
  }

  .about-pillars,
  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-pillar,
  .about-service-grid article {
    min-height: auto;
    border-radius: 22px;
  }

  .about-section__head--inline,
  .about-location__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .about-location__inner {
    border-radius: 26px;
  }
}

@media (max-width: 460px) {
  .about-hero__inner {
    padding-block: 42px;
  }

  .about-kicker {
    font-size: 10px;
  }

  .about-hero h1 {
    font-size: 29px;
  }

  .about-hero p,
  .about-copy p,
  .about-location p {
    font-size: 15px;
  }
}

/* Product purchase page */
.product-purchase-page {
  background:
    radial-gradient(circle at top right, rgba(9, 159, 168, .08), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #eef6fa 100%);
  padding: 28px 0 56px;
}

.product-purchase-page .wrap {
  max-width: 1180px;
}

.product-purchase-shell {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  direction: rtl;
}

.product-purchase-media,
.product-purchase-content,
.product-purchase-overview {
  border: 1px solid #d7e5ee;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 55px rgba(15, 45, 70, .09);
}

.product-purchase-media {
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.product-purchase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 17, 32, .22));
  pointer-events: none;
}

.product-purchase-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.product-purchase-content {
  border-radius: 30px;
  padding: 26px;
}

.product-purchase-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.product-purchase-eyebrow {
  display: block;
  color: #0796a0;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.product-purchase-title h1 {
  margin: 0;
  color: #071527;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

.product-purchase-title .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 190px;
}

.product-purchase-title .tags span {
  border: 1px solid #d9e7ef;
  background: #f8fbfd;
  color: #122033;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
}

.purchase-price-strip {
  display: grid;
  grid-template-columns: minmax(220px, 360px);
  justify-content: start;
  gap: 12px;
  margin-bottom: 10px;
}

.purchase-price-strip > div,
.purchase-auto-field {
  border: 1px solid #cde3ea;
  background: linear-gradient(135deg, #f7feff, #ffffff);
  border-radius: 18px;
  padding: 14px 16px;
}

.purchase-price-strip span,
.purchase-auto-field span {
  display: block;
  color: #647386;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

.purchase-price-strip strong {
  color: #007d62;
  font-size: 28px;
  line-height: 1;
}

.purchase-private-price {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0 auto;
  padding: 5px;
  border: 1px dashed transparent;
  border-radius: 999px;
  background: transparent;
  color: #718196;
  opacity: .62;
  transition: opacity .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.purchase-private-price:hover,
.purchase-private-price.is-revealed {
  opacity: 1;
  border-color: #d9e7ef;
  background: #f7fbfd;
}

.purchase-private-price.is-revealed {
  box-shadow: 0 10px 24px rgba(20, 55, 80, .08);
}

.purchase-private-price button {
  min-height: 34px;
  border: 1px solid #d6e6ee;
  border-radius: 999px;
  background: #fff;
  color: #516174;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

.purchase-private-price button span {
  color: #8a98aa;
  font-weight: 800;
}

.purchase-private-price button strong {
  color: #516174;
  font-size: 11px;
}

.purchase-private-price > bdi {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #0d1728;
  font-size: 16px;
  font-weight: 950;
  transition: max-width .22s ease, opacity .16s ease, margin .16s ease;
}

.purchase-private-price.is-revealed > bdi {
  max-width: 110px;
  opacity: 1;
  margin-inline-start: 4px;
}

.purchase-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 8px 0 14px;
}

.purchase-section-head h2 {
  margin: 0;
  color: #071527;
  font-size: 22px;
}

.purchase-section-head p {
  max-width: 520px;
  margin: 0;
  color: #607086;
  font-size: 13px;
  line-height: 1.8;
}

.purchase-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-height: 360px;
  overflow: auto;
  padding: 2px 2px 4px;
  scrollbar-width: thin;
}

.purchase-package-card {
  display: block;
  cursor: pointer;
}

.purchase-package-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.purchase-package-card__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-height: 104px;
  border: 1px solid #d6e5ee;
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.purchase-package-card:hover .purchase-package-card__body,
.purchase-package-card input:checked + .purchase-package-card__body {
  border-color: #0bb6bf;
  background: linear-gradient(135deg, #f1feff, #ffffff);
  box-shadow: 0 14px 32px rgba(5, 143, 150, .15);
  transform: translateY(-2px);
}

.purchase-package-card strong {
  color: #0b1728;
  font-size: 16px;
}

.purchase-package-card em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-style: normal;
}

.purchase-package-card small {
  color: #69798d;
  font-size: 11px;
  font-weight: 800;
}

.purchase-package-card em bdi {
  color: #008466;
  font-size: 18px;
  font-weight: 950;
}

.purchase-player-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .58fr);
  gap: 12px;
  margin-top: 18px;
}

.purchase-player-not-required {
  display: none;
}

.purchase-player-fields.is-optional-service {
  grid-template-columns: minmax(0, 1fr) minmax(180px, .58fr);
}

.purchase-player-fields.is-optional-service [data-player-field] {
  display: none;
}

.purchase-player-fields.is-optional-service .purchase-player-not-required {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.purchase-player-fields label {
  display: block;
  margin: 0;
}

.purchase-player-fields label span {
  display: block;
  color: #25354a;
  font-size: 13px;
  font-weight: 900;
  margin: 0 2px 8px;
}

.purchase-player-fields input {
  width: 100%;
  height: 56px;
  border: 1px solid #cfe0eb;
  border-radius: 18px;
  background: #fff;
  color: #0d1728;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 800;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.purchase-player-fields input:focus {
  border-color: #0aa4ad;
  box-shadow: 0 0 0 4px rgba(10, 164, 173, .14);
}

.purchase-auto-field strong {
  color: #071527;
  font-size: 16px;
}

.product-purchase-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #0cb9c2, #057f88);
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 20px 38px rgba(8, 148, 157, .22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.product-purchase-submit svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.product-purchase-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(8, 148, 157, .28);
  filter: saturate(1.06);
}

.product-purchase-code {
  margin-top: 12px;
  border: 1px solid #d6e6ee;
  border-radius: 20px;
  background: #fbfdff;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(190px, 1fr);
  gap: 12px;
  align-items: center;
}

.product-purchase-code strong {
  display: block;
  color: #071527;
  font-size: 15px;
  margin-bottom: 5px;
}

.product-purchase-code span {
  color: #65758a;
  font-size: 12px;
  line-height: 1.6;
}

.product-purchase-code label {
  margin: 0;
}

.product-purchase-code input {
  width: 100%;
  height: 48px;
  border: 1px solid #cfe0eb;
  border-radius: 15px;
  background: #fff;
  color: #071527;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 900;
  outline: 0;
}

.product-purchase-overview {
  margin-top: 22px;
  border-radius: 28px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 24px;
  direction: rtl;
}

.product-purchase-overview h2 {
  margin: 0 0 10px;
  color: #071527;
  font-size: 26px;
}

.product-purchase-overview p {
  margin: 0;
  color: #5f7084;
  line-height: 1.9;
  font-size: 15px;
}

.product-purchase-overview ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.product-purchase-overview li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #dce8ef;
  border-radius: 15px;
  padding: 12px 14px;
  background: #fbfdff;
}

.product-purchase-overview li span {
  color: #66768a;
  font-size: 13px;
  font-weight: 800;
}

.product-purchase-overview li strong {
  color: #0d1728;
  text-align: left;
}

.checkout-purchase-price {
  align-items: center;
}

.checkout-purchase-price button {
  border: 0;
  background: #0aa4ad;
  color: #fff;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .product-purchase-shell,
  .product-purchase-overview {
    grid-template-columns: 1fr;
  }

  .product-purchase-media,
  .product-purchase-media img {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .product-purchase-page {
    padding: 14px 0 38px;
  }

  .product-purchase-shell {
    gap: 14px;
  }

  .product-purchase-media,
  .product-purchase-content,
  .product-purchase-overview {
    border-radius: 22px;
  }

  .product-purchase-media,
  .product-purchase-media img {
    min-height: 210px;
    aspect-ratio: 16 / 9;
  }

  .product-purchase-content,
  .product-purchase-overview {
    padding: 16px;
  }

  .product-purchase-title,
  .purchase-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .product-purchase-title h1 {
    font-size: 28px;
  }

  .product-purchase-title .tags {
    justify-content: flex-start;
    min-width: 0;
  }

  .purchase-price-strip,
  .purchase-package-grid,
  .purchase-player-fields,
  .product-purchase-code {
    grid-template-columns: 1fr;
  }

  .purchase-package-grid {
    max-height: none;
    overflow: visible;
  }

  .purchase-section-head p {
    display: none;
  }

  .product-purchase-overview li {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Checkout redesign */
.checkout-redesign {
  min-height: 100svh;
  padding: 28px 0 58px;
  background:
    radial-gradient(circle at 8% 8%, rgba(10, 164, 173, .08), transparent 30%),
    radial-gradient(circle at 94% 12%, rgba(33, 111, 237, .07), transparent 34%),
    linear-gradient(180deg, #f7fbfd 0%, #eef6f8 100%);
  color: #0b1728;
}

.checkout-redesign .wrap {
  max-width: 1180px;
}

.checkout-redesign__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  direction: rtl;
}

.checkout-redesign__head span,
.checkout-panel-title span,
.checkout-system-note span,
.checkout-summary-lines span {
  display: block;
  color: #078e98;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
}

.checkout-redesign__head h1,
.checkout-panel-title h2 {
  margin: 0;
  color: #071527;
  letter-spacing: 0;
}

.checkout-redesign__head h1 {
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.12;
}

.checkout-redesign__head p {
  max-width: 620px;
  margin: 10px 0 0;
  color: #596b7f;
  font-size: 15px;
  line-height: 1.8;
}

.checkout-redesign__back {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e5ee;
  border-radius: 999px;
  background: #fff;
  color: #0b1728;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(20, 55, 80, .08);
}

.checkout-redesign .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
  direction: rtl;
}

.checkout-redesign .step {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #d9e7ef;
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  padding: 14px;
  box-shadow: 0 16px 36px rgba(20, 55, 80, .06);
}

.checkout-redesign .step b {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eaf2f7;
  color: #536579;
  font-size: 15px;
  font-weight: 950;
}

.checkout-redesign .step strong {
  color: #152235;
  font-size: 14px;
  font-weight: 950;
}

.checkout-redesign .step span {
  color: #617286;
  font-size: 12px;
  font-weight: 700;
}

.checkout-redesign .step.is-complete {
  border-color: #bde9d7;
  background: #f3fff9;
}

.checkout-redesign .step.is-complete b {
  background: #19b978;
  color: #fff;
}

.checkout-redesign .step.is-active {
  border-color: #9de5eb;
  background: linear-gradient(135deg, #f1feff, #ffffff);
  box-shadow: 0 20px 44px rgba(8, 148, 157, .12);
}

.checkout-redesign .step.is-active b {
  background: #0aa4ad;
  color: #fff;
}

.checkout-redesign__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 18px;
  align-items: start;
  direction: rtl;
}

.checkout-redesign__form,
.checkout-redesign__summary {
  border: 1px solid #d7e5ee;
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px rgba(20, 55, 80, .09);
  animation: checkoutPanelIn .38s ease both;
}

@keyframes checkoutPanelIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.checkout-redesign__form {
  padding: 26px;
}

.checkout-redesign__summary {
  position: sticky;
  top: 18px;
  padding: 18px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.checkout-redesign__summary:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 70px rgba(20, 55, 80, .12);
}

.checkout-panel-title {
  margin-bottom: 18px;
}

.checkout-panel-title h2 {
  font-size: 25px;
}

.checkout-redesign .note-box {
  border-radius: 18px;
  margin: 0 0 12px;
  padding: 13px 15px;
  color: #152235;
  background: #f5fbff;
  border: 1px solid #d7e5ee;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.checkout-redesign .note-warm {
  color: #7a4b00;
  background: #fff8eb;
  border-color: #f5d79d;
}

.checkout-redesign .note-info {
  color: #0a5a62;
  background: #effdff;
  border-color: #bfeaf0;
}

.checkout-ajax-feedback {
  margin-bottom: 12px;
}

.checkout-ajax-feedback:empty {
  display: none;
}

.checkout-inline-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(19, 31, 49, 0.08);
  animation: checkoutFeedbackIn 0.28s ease both;
}

.checkout-inline-alert > span {
  line-height: 1.75;
  font-weight: 850;
}

.checkout-inline-alert .btn {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 13px;
}

@keyframes checkoutFeedbackIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 560px) {
  .checkout-inline-alert {
    align-items: stretch;
    flex-direction: column;
  }

  .checkout-inline-alert .btn {
    width: 100%;
  }
}

.checkout-redesign form {
  display: grid;
  gap: 14px;
}

.checkout-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.checkout-field span,
.checkout-auto-field span,
.purchase-code-checkout label span {
  color: #314258;
  font-size: 13px;
  font-weight: 900;
}

.checkout-field input,
.purchase-code-checkout input {
  width: 100%;
  height: 58px;
  border: 1px solid #cfe0eb;
  border-radius: 18px;
  background: #fff;
  color: #071527;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 850;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.checkout-field input::placeholder,
.purchase-code-checkout input::placeholder {
  color: #8a98aa;
}

.checkout-field input:focus,
.purchase-code-checkout input:focus {
  border-color: #0aa4ad;
  background: #fbfeff;
  box-shadow: 0 0 0 4px rgba(10, 164, 173, .14);
}

.checkout-auto-field {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #d6e6ee;
  border-radius: 20px;
  background: #f8fcff;
  padding: 14px 16px;
}

.checkout-auto-field strong {
  color: #071527;
  font-size: 15px;
  font-weight: 950;
}

.checkout-redesign .purchase-code-checkout {
  border: 1px solid #d6e6ee;
  border-radius: 22px;
  background: #fbfdff;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(220px, 1fr);
  gap: 14px;
  align-items: center;
}

.checkout-redesign .purchase-code-checkout > div {
  background: transparent;
  padding: 0;
}

.checkout-redesign .purchase-code-checkout strong {
  display: block;
  color: #071527;
  font-size: 16px;
  margin-bottom: 6px;
}

.checkout-redesign .purchase-code-checkout span {
  color: #65758a;
  font-size: 13px;
  line-height: 1.7;
}

.checkout-submit {
  min-height: 60px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #0bb6bf, #06838c);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 22px 44px rgba(8, 148, 157, .22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.checkout-submit svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.checkout-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 54px rgba(8, 148, 157, .28);
  filter: saturate(1.06);
}

.checkout-product-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #e2ecf2;
  padding-bottom: 16px;
}

.checkout-product-card img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #d7e5ee;
  background: #f6fafc;
}

.checkout-product-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 7px;
  border-radius: 999px;
  background: rgba(10, 164, 173, .1);
  color: #078e98;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
}

.checkout-product-card h2 {
  margin: 0;
  color: #071527;
  font-size: 20px;
  line-height: 1.35;
}

.checkout-summary-lines {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.checkout-summary-lines > div:not(.checkout-private-price),
.checkout-system-note {
  border: 1px solid #dce8ef;
  border-radius: 18px;
  background: #fbfdff;
  padding: 14px;
}

.checkout-summary-lines strong {
  color: #007d62;
  font-size: 27px;
  line-height: 1;
}

.checkout-private-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px dashed #d9e7ef;
  border-radius: 18px;
  background: #f8fbfd;
  padding: 10px;
  opacity: .76;
  transition: opacity .18s ease, background .18s ease, box-shadow .18s ease;
}

.checkout-private-price:hover,
.checkout-private-price.is-revealed {
  opacity: 1;
  background: #fff;
  box-shadow: 0 14px 30px rgba(20, 55, 80, .08);
}

.checkout-private-price button {
  border: 1px solid #d6e6ee;
  border-radius: 999px;
  background: #fff;
  color: #516174;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

.checkout-private-price button span {
  color: #8a98aa;
}

.checkout-private-price > bdi {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  color: #071527;
  font-size: 17px;
  font-weight: 950;
  white-space: nowrap;
  transition: max-width .2s ease, opacity .16s ease;
}

.checkout-private-price.is-revealed > bdi {
  max-width: 120px;
  opacity: 1;
}

.checkout-system-note {
  margin-top: 12px;
}

.checkout-system-note strong {
  display: block;
  color: #071527;
  font-size: 15px;
}

.checkout-empty-copy {
  margin: 0 0 18px;
  color: #596b7f;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .checkout-redesign {
    padding: 18px 0 40px;
  }

  .checkout-redesign__head {
    align-items: stretch;
    flex-direction: column;
  }

  .checkout-redesign .steps,
  .checkout-redesign__layout,
  .checkout-redesign .purchase-code-checkout {
    grid-template-columns: 1fr;
  }

  .checkout-redesign__summary {
    position: static;
    order: -1;
  }
}

@media (max-width: 560px) {
  .checkout-redesign__head h1 {
    font-size: 25px;
  }

  .checkout-redesign__form,
  .checkout-redesign__summary {
    border-radius: 22px;
    padding: 16px;
  }

  .checkout-product-card {
    grid-template-columns: 70px 1fr;
  }

  .checkout-product-card img {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }

  .checkout-redesign .step {
    min-height: auto;
  }

  .checkout-auto-field,
  .checkout-private-price {
    align-items: stretch;
    flex-direction: column;
  }

  .checkout-private-price {
    justify-content: flex-start;
  }
}

/* Product catalog experience */
.catalog-page {
  --catalog-ink: #101828;
  --catalog-muted: #667085;
  --catalog-line: #dfe6ec;
  --catalog-soft: #f6f9fb;
  --catalog-accent: #079ba5;
  --catalog-accent-dark: #067b84;
  --catalog-coral: #f47b61;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  padding: 34px 0 64px;
  color: var(--catalog-ink);
  background: #fff;
}

.catalog-page .wrap {
  width: min(100% - 40px, 1480px);
}

.catalog-page .cat-head {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px 28px;
  align-items: end;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin: 0 0 28px;
}

.catalog-page .cat-head > * {
  min-width: 0;
}

.catalog-page .cat-title h1 {
  margin: 0;
  color: var(--catalog-ink);
  font-size: 34px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.catalog-page .cat-title p {
  margin: 8px 0 0;
  color: var(--catalog-muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.catalog-category-rail {
  grid-column: 1;
  min-width: 0;
  overflow: hidden;
}

.catalog-category-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: #c5d1da transparent;
  scroll-snap-type: x proximity;
}

.catalog-category-track .chip {
  min-width: 150px;
  min-height: 66px;
  flex: 1 0 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  scroll-snap-align: start;
  padding: 10px 14px;
  border: 1px solid var(--catalog-line) !important;
  border-radius: 8px !important;
  color: #344054 !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 850;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.catalog-category-track .chip:hover {
  transform: translateY(-2px);
  color: var(--catalog-accent-dark) !important;
  border-color: rgba(7, 155, 165, .52) !important;
  background: #f9ffff !important;
}

.catalog-category-track .chip.active {
  color: var(--catalog-accent-dark) !important;
  border-color: var(--catalog-accent) !important;
  background: #f4feff !important;
  box-shadow: inset 0 -3px 0 var(--catalog-accent) !important;
}

.catalog-category-track .chip img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}

.catalog-category-track .chip span {
  min-width: 0;
  display: grid;
  gap: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.catalog-category-track .chip small {
  color: #98a2b3;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.catalog-page .cat-head__controls {
  grid-column: 1;
  grid-row: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}

.catalog-page .filter-mobile-btn,
.catalog-page .sort-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--catalog-line);
  border-radius: 8px;
  padding: 9px 14px;
  color: #344054;
  background: #fff;
  box-shadow: 0 6px 18px rgba(16, 24, 40, .04);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.catalog-page .filter-mobile-btn:hover,
.catalog-page .sort-btn:hover {
  color: var(--catalog-accent-dark);
  border-color: rgba(7, 155, 165, .48);
  box-shadow: 0 10px 24px rgba(7, 155, 165, .08);
}

.catalog-page .filter-mobile-btn svg,
.catalog-page .sort-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
}

.catalog-page .sort-btn strong {
  color: var(--catalog-ink);
}

.catalog-page .sort-wrap {
  position: relative;
}

.catalog-page .sort-menu {
  min-width: 250px;
  top: calc(100% + 8px);
  inset-inline-end: 0;
  border: 1px solid var(--catalog-line);
  border-radius: 8px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(16, 24, 40, .14);
}

.catalog-page .sort-menu a {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 8px 11px;
  color: #344054;
  font-size: 13px;
  font-weight: 750;
}

.catalog-page .sort-menu a:hover {
  color: var(--catalog-accent-dark);
  background: #f3fbfc;
}

.catalog-page .catalog-layout {
  display: block;
}

.catalog-page .catalog-content {
  min-width: 0;
  width: 100%;
}

.catalog-page .product-grid,
.am-home-reference .product-grid.home-products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.am-product-card {
  position: relative;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfe6ec !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(16, 24, 40, .06) !important;
  transform: translateZ(0);
  transition: transform .24s cubic-bezier(.2, .7, .2, 1), border-color .24s ease, box-shadow .24s ease;
  animation: catalogProductEnter .42s ease both;
}

.am-product-card::before,
.am-product-card::after,
.am-product-media::after,
.am-product-scan {
  display: none !important;
}

.am-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 155, 165, .46) !important;
  box-shadow: 0 18px 38px rgba(16, 24, 40, .11) !important;
}

.am-product-media {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 7px 7px 0 0 !important;
  background: #f4f6f8 !important;
}

.am-product-media .pc-img,
.am-product-media .pc-img img {
  width: 100%;
  height: 100%;
}

.am-product-media .pc-img img {
  object-fit: contain;
  object-position: center;
  transform: none;
  transition: transform .42s cubic-bezier(.2, .7, .2, 1), filter .24s ease;
}

.am-product-card:hover .pc-img img {
  transform: none;
  filter: saturate(1.03);
}

.am-product-card .am-product-tools {
  position: absolute;
  inset: 10px 10px auto;
  z-index: 8;
  height: 42px;
  display: flex;
  direction: ltr;
  pointer-events: none;
}

.am-product-card .am-product-tools .pc-heart {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 24, 40, .6);
  box-shadow: 0 8px 20px rgba(16, 24, 40, .18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: auto;
}

.am-product-card .am-product-tools .pc-heart:hover,
.am-product-card .am-product-tools .pc-heart.is-active {
  color: #fff;
  border-color: var(--catalog-coral, #f47b61);
  background: var(--catalog-coral, #f47b61);
  box-shadow: 0 10px 24px rgba(244, 123, 97, .26);
}

.am-product-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 13px 14px 14px;
  background: #fff !important;
}

.am-product-meta {
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pc-kicker,
.am-product-meta > span {
  min-width: 0;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  color: #667085 !important;
  background: transparent !important;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 750;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pc-kicker img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
}

.am-product-availability::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #12b76a;
}

.pc-title-link {
  display: block;
  margin: 0;
}

.pc-title,
.am-product-card:hover .pc-title,
.pc-card:hover .pc-title,
.pc-title-link:hover .pc-title {
  min-height: 44px;
  margin: 0;
  color: #101828 !important;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 850;
  letter-spacing: 0;
  opacity: 1 !important;
}

.pc-title-link:hover .pc-title {
  color: var(--catalog-accent-dark, #067b84) !important;
}

.am-product-purchase {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: auto;
  border: 0;
  border-radius: 0;
  padding: 4px 0 0;
  background: transparent;
  box-shadow: none;
}

.pc-price {
  min-width: 0;
  min-height: 0;
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  direction: rtl;
}

.pc-price small {
  color: #98a2b3;
  font-size: 10px;
  line-height: 1;
  font-weight: 750;
}

.pc-price strong {
  color: var(--catalog-accent, #079ba5) !important;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
}

.pc-cta {
  min-width: 0;
}

.pc-buy-button {
  width: auto;
  min-width: 94px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 7px;
  padding: 8px 12px;
  color: #fff !important;
  background: var(--catalog-accent, #079ba5) !important;
  box-shadow: 0 8px 18px rgba(7, 155, 165, .18) !important;
  font-family: inherit;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.pc-buy-button::before {
  display: none;
}

.pc-buy-button:hover,
.am-product-card:hover .pc-buy-button {
  color: #fff !important;
  background: var(--catalog-accent-dark, #067b84) !important;
  box-shadow: 0 12px 24px rgba(7, 155, 165, .24) !important;
  transform: translateY(-1px);
}

.pc-buy-button span {
  display: block;
}

.pc-buy-button strong {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.pc-buy-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
  filter: none;
  transform: none !important;
}

.catalog-page .chip:focus-visible,
.catalog-page .sort-btn:focus-visible,
.catalog-page .filter-mobile-btn:focus-visible,
.am-product-card .pc-heart:focus-visible,
.am-product-card .pc-title-link:focus-visible,
.am-product-card .pc-buy-button:focus-visible {
  outline: 3px solid rgba(7, 155, 165, .28);
  outline-offset: 3px;
}

.catalog-page .pages {
  margin-top: 34px;
}

.catalog-page .pages ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.catalog-page .pages a {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--catalog-line);
  border-radius: 7px;
  color: #475467;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.catalog-page .pages a:hover,
.catalog-page .pages .active-page {
  color: #fff;
  border-color: var(--catalog-accent);
  background: var(--catalog-accent);
}

.catalog-content.is-loading {
  min-height: 360px;
  opacity: .58;
  pointer-events: none;
}

.catalog-content.is-loading::before {
  width: 38px;
  height: 38px;
  border-width: 3px;
  border-color: rgba(7, 155, 165, .18);
  border-top-color: var(--catalog-accent);
}

.filter-drawer .catalog-filters {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.filter-drawer {
  background: rgba(16, 24, 40, .46);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.filter-drawer__panel {
  width: min(390px, calc(100vw - 32px));
  border: 0;
  border-inline-start: 1px solid #dfe6ec;
  border-radius: 0;
  padding: 24px;
  color: #101828;
  background: #fff;
  box-shadow: -20px 0 54px rgba(16, 24, 40, .16);
}

.filter-drawer .drawer-close {
  width: 44px;
  height: 44px;
  border: 1px solid #dfe6ec;
  border-radius: 8px;
  color: #344054;
  background: #f8fafb;
}

.filter-drawer .drawer-close:hover {
  color: #067b84;
  border-color: rgba(7, 155, 165, .46);
  background: #f4feff;
}

.filter-drawer .drawer-close span {
  background: currentColor;
}

.filter-drawer .filter-title {
  margin: 18px 0 22px;
  color: #101828;
  font-size: 22px;
  font-weight: 900;
}

.filter-drawer .filter-section {
  border-top: 1px solid #edf1f4;
  padding-top: 18px;
}

.filter-drawer .filter-section + .filter-section {
  margin-top: 22px;
}

.filter-drawer .filter-section h3 {
  margin: 0 0 12px;
  color: #667085;
  font-size: 12px;
  font-weight: 850;
}

.filter-drawer .catalog-filters .chips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.filter-drawer .catalog-filters .chip {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dfe6ec;
  border-radius: 7px;
  padding: 9px 11px;
  color: #344054;
  background: #fff;
}

.filter-drawer .catalog-filters .chip img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.filter-drawer .catalog-filters .chip span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.filter-drawer .catalog-filters .chip small {
  color: #98a2b3;
  font-size: 11px;
}

.filter-drawer .catalog-filters .chip.active {
  color: var(--catalog-accent-dark, #067b84);
  border-color: var(--catalog-accent, #079ba5);
  background: #f4feff;
}

@keyframes catalogProductEnter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-grid .am-product-card:nth-child(2) { animation-delay: .035s; }
.product-grid .am-product-card:nth-child(3) { animation-delay: .07s; }
.product-grid .am-product-card:nth-child(4) { animation-delay: .105s; }
.product-grid .am-product-card:nth-child(5) { animation-delay: .14s; }

@media (max-width: 1240px) {
  .catalog-page .product-grid,
  .am-home-reference .product-grid.home-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .catalog-page {
    padding-top: 24px;
  }

  .catalog-page .cat-head {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .catalog-page .cat-head__controls {
    grid-column: 1;
    grid-row: auto;
    justify-content: space-between;
  }

  .catalog-page .sort-wrap {
    min-width: 0;
    flex: 1 1 auto;
  }

  .catalog-page .sort-btn {
    width: 100%;
  }

  .catalog-category-rail {
    grid-column: 1;
  }

  .catalog-page .product-grid,
  .am-home-reference .product-grid.home-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .catalog-page .wrap {
    width: min(100% - 24px, 1480px);
  }

  .catalog-page .cat-head {
    gap: 18px;
    margin-bottom: 22px;
  }

  .catalog-page .cat-title h1 {
    font-size: 28px;
  }

  .catalog-category-track .chip {
    min-width: 138px;
    flex-basis: 138px;
  }

  .catalog-page .product-grid,
  .am-home-reference .product-grid.home-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .am-product-body {
    gap: 8px;
    padding: 11px;
  }

  .pc-title {
    min-height: 41px;
    font-size: 14px;
  }

  .am-product-meta {
    min-height: 19px;
  }

  .am-product-availability {
    display: none !important;
  }

  .am-product-purchase {
    gap: 7px;
  }

  .pc-price strong {
    font-size: 18px;
  }

  .pc-buy-button {
    min-width: 84px;
    min-height: 38px;
    gap: 6px;
    padding: 7px 10px;
  }

  .pc-buy-button strong {
    font-size: 11px;
  }

  .pc-buy-button svg {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }
}

@media (max-width: 420px) {
  .catalog-page .filter-mobile-btn,
  .catalog-page .sort-btn {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .catalog-page .sort-btn strong {
    display: inline-block;
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
  }

  .am-product-media {
    aspect-ratio: 1 / 1;
  }

  .pc-kicker {
    max-width: 100%;
    font-size: 10px;
  }

  .am-product-purchase {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pc-buy-button {
    min-width: 78px;
    padding-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .am-product-card,
  .am-product-media .pc-img img,
  .catalog-category-track .chip,
  .pc-buy-button,
  .checkout-inline-alert {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* Customer orders workspace */
.orders-page-v2 {
  padding: 16px 0 48px;
}

.orders-page-v2 > .wrap {
  display: grid;
  gap: 12px;
}

.orders-toolbar,
.orders-summary-rail,
.orders-workspace {
  color: var(--am-ink);
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  background: var(--am-paper);
  box-shadow: 0 10px 30px rgba(17, 20, 23, .055);
}

.orders-toolbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
}

.orders-toolbar__title,
.orders-toolbar__actions,
.orders-workspace__head {
  display: flex;
  align-items: center;
}

.orders-toolbar__title {
  min-width: 0;
  gap: 12px;
}

.orders-toolbar__icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  color: var(--am-cyan-dark);
  border: 1px solid rgba(16, 182, 196, .2);
  border-radius: 7px;
  background: rgba(16, 182, 196, .08);
}

.orders-toolbar__icon svg,
.orders-toolbar__actions svg,
.orders-refresh-action svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.orders-toolbar h1 {
  margin: 0;
  color: var(--am-ink);
  font-size: 23px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.orders-toolbar p,
.orders-workspace__head p {
  margin: 2px 0 0;
  color: var(--am-muted);
  font-size: 12px;
  line-height: 1.6;
}

.orders-toolbar__actions {
  flex: 0 0 auto;
  gap: 8px;
}

.orders-toolbar__actions .btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-inline: 14px;
}

.orders-toolbar__actions .btn svg {
  width: 18px;
  height: 18px;
}

.orders-summary-rail {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
}

.orders-summary-item {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 11px 16px;
  border-inline-end: 1px solid var(--am-line);
}

.orders-summary-item:last-child {
  border-inline-end: 0;
}

.orders-summary-item::before {
  content: "";
  position: absolute;
  inset-block: 15px;
  inset-inline-start: 0;
  width: 3px;
  border-radius: 3px;
  background: #9aa7b2;
}

.orders-summary-item.is-complete::before,
.orders-summary-item.is-profit::before {
  background: var(--am-mint);
}

.orders-summary-item.is-active::before {
  background: var(--am-amber);
}

.orders-summary-item.is-money::before {
  background: var(--am-cyan);
}

.orders-summary-item span {
  color: var(--am-muted);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.orders-summary-item strong {
  overflow: hidden;
  color: var(--am-ink);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orders-workspace {
  overflow: hidden;
}

.orders-workspace__head {
  min-height: 64px;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--am-line);
}

.orders-workspace__head h2 {
  margin: 0;
  color: var(--am-ink);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0;
}

.orders-result-count {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  color: var(--am-muted);
  border: 1px solid var(--am-line);
  border-radius: 999px;
  background: var(--am-paper-2);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.orders-result-count strong {
  color: var(--am-ink);
}

.orders-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.orders-table {
  width: 100%;
  min-width: 1000px;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.orders-table th {
  height: 42px;
  padding: 8px 12px;
  color: #5e6a74;
  border: 0;
  border-bottom: 1px solid var(--am-line);
  background: #f8fafb;
  font-size: 11px;
  font-weight: 900;
  text-align: start;
  white-space: nowrap;
}

.orders-table td {
  height: 74px;
  padding: 11px 12px;
  color: var(--am-ink-2);
  border: 0;
  border-bottom: 1px solid #edf1f4;
  background: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  text-align: start;
  vertical-align: middle;
}

.orders-table tbody tr:last-child td {
  border-bottom: 0;
}

.orders-table tbody tr:hover td {
  background: #f8fbfc;
}

.orders-table td strong:not(.account-order-id) {
  display: block;
  color: var(--am-ink);
  font-size: 13px;
  font-weight: 900;
}

.orders-table td small,
.orders-table .account-order-id + small {
  display: block;
  margin-top: 2px;
  color: var(--am-muted);
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.orders-table .account-order-id {
  color: var(--am-cyan-dark);
  font-size: 14px;
  font-weight: 950;
}

.orders-table .account-amount.is-positive {
  color: #057346;
}

.orders-table .account-amount.is-muted {
  color: var(--am-muted);
}

.orders-table .account-status {
  min-height: 27px;
  padding: 0 9px;
  font-size: 10px;
  font-weight: 900;
}

.orders-table .account-status.is-muted {
  color: #5d6872;
  background: #edf1f4;
}

.orders-api-cell {
  min-width: 148px;
}

.orders-refresh-action {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
  padding: 3px 8px;
  color: var(--am-cyan-dark);
  border: 1px solid rgba(8, 125, 136, .22);
  border-radius: 6px;
  background: rgba(16, 182, 196, .07);
  font-size: 10px;
  font-weight: 900;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.orders-refresh-action:hover {
  color: #05636c;
  border-color: rgba(8, 125, 136, .42);
  background: rgba(16, 182, 196, .13);
}

.orders-refresh-action svg {
  width: 14px;
  height: 14px;
}

.orders-refresh-action.is-loading {
  color: var(--am-muted);
  pointer-events: none;
}

.orders-refresh-action.is-loading svg {
  animation: amSpin .7s linear infinite;
}

.orders-refresh-action.is-loading::after {
  display: none;
}

.orders-voucher-action {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 10px;
  color: #057346;
  border: 1px solid rgba(5, 115, 70, .26);
  border-radius: 6px;
  background: rgba(5, 164, 99, .08);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.orders-voucher-action:hover {
  color: #035d38;
  border-color: rgba(5, 115, 70, .48);
  background: rgba(5, 164, 99, .14);
  transform: translateY(-1px);
}

.orders-voucher-action svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: currentColor;
}

.orders-table .orders-delivery-count {
  color: #057346;
}

body.is-voucher-dialog-open {
  overflow: hidden;
}

.voucher-delivery-dialog {
  width: min(620px, calc(100% - 32px));
  max-width: 620px;
  max-height: min(760px, calc(100svh - 32px));
  margin: auto;
  padding: 0;
  overflow: visible;
  color: var(--am-ink);
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.voucher-delivery-dialog::backdrop {
  background: rgba(8, 18, 28, .62);
  backdrop-filter: blur(3px);
}

.voucher-delivery-dialog[open] {
  animation: voucherDialogIn .2s ease both;
}

.voucher-delivery-dialog__panel {
  max-height: min(760px, calc(100svh - 32px));
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(16, 52, 64, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(6, 22, 31, .24);
}

.voucher-delivery-dialog__head {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--am-line);
  background: #f7fbfa;
}

.voucher-delivery-dialog__head span {
  display: block;
  margin-bottom: 3px;
  color: #057346;
  font-size: 11px;
  font-weight: 900;
}

.voucher-delivery-dialog__head h2 {
  margin: 0;
  color: var(--am-ink);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 950;
}

.voucher-dialog-close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--am-muted);
  border: 1px solid var(--am-line);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.voucher-dialog-close:hover {
  color: var(--am-ink);
  border-color: rgba(16, 52, 64, .28);
  background: #f1f5f5;
}

.voucher-dialog-close svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.voucher-delivery-dialog__body {
  padding: 16px 18px 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.voucher-delivery-dialog__body > p {
  margin: 0 0 14px;
  color: var(--am-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.voucher-delivery-list {
  display: grid;
  gap: 12px;
}

.voucher-delivery-item {
  overflow: hidden;
  border: 1px solid var(--am-line);
  border-radius: 7px;
  background: #fff;
}

.voucher-delivery-item > header {
  padding: 9px 12px;
  color: #057346;
  border-bottom: 1px solid var(--am-line);
  background: rgba(5, 164, 99, .06);
  font-size: 11px;
  font-weight: 950;
}

.voucher-delivery-item dl {
  margin: 0;
}

.voucher-delivery-field {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 8px 12px;
  border-bottom: 1px solid #edf1f2;
}

.voucher-delivery-field:last-child {
  border-bottom: 0;
}

.voucher-delivery-field dt {
  color: var(--am-muted);
  font-size: 11px;
  font-weight: 850;
}

.voucher-delivery-field dd {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.voucher-delivery-field code {
  min-width: 0;
  display: block;
  padding: 7px 9px;
  overflow-wrap: anywhere;
  color: #0c3440;
  border: 1px solid #dce6e8;
  border-radius: 5px;
  background: #f6f9fa;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  letter-spacing: 0;
  user-select: all;
}

.voucher-delivery-field.is-code code {
  color: #035d38;
  border-color: rgba(5, 115, 70, .22);
  background: rgba(5, 164, 99, .06);
  font-size: 15px;
  font-weight: 900;
}

.voucher-copy-button {
  min-width: 76px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 9px;
  color: var(--am-cyan-dark);
  border: 1px solid rgba(8, 125, 136, .24);
  border-radius: 6px;
  background: rgba(16, 182, 196, .07);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.voucher-copy-button:hover {
  border-color: rgba(8, 125, 136, .44);
  background: rgba(16, 182, 196, .13);
}

.voucher-copy-button.is-copied {
  color: #057346;
  border-color: rgba(5, 115, 70, .32);
  background: rgba(5, 164, 99, .1);
}

.voucher-copy-button svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: currentColor;
}

.voucher-delivery-dialog__panel > footer {
  display: flex;
  justify-content: flex-start;
  padding: 12px 18px;
  border-top: 1px solid var(--am-line);
  background: #fbfcfc;
}

.voucher-delivery-dialog__panel > footer .btn {
  min-width: 104px;
  min-height: 38px;
}

@keyframes voucherDialogIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.orders-row {
  animation: ordersRowIn .22s ease both;
}

.orders-row:nth-child(2) { animation-delay: .025s; }
.orders-row:nth-child(3) { animation-delay: .05s; }
.orders-row:nth-child(4) { animation-delay: .075s; }
.orders-row:nth-child(5) { animation-delay: .1s; }

@keyframes ordersRowIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.orders-page-v2 .account-empty-state {
  min-height: 240px;
}

.orders-page-v2 .account-empty-state strong {
  color: var(--am-ink);
}

.orders-page-v2 .account-empty-state span {
  color: var(--am-muted);
}

.orders-pagination:empty {
  display: none;
}

.orders-pagination:not(:empty) {
  padding: 12px 16px;
  border-top: 1px solid var(--am-line);
}

@media (max-width: 860px) {
  .orders-summary-rail {
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: thin;
  }

  .orders-summary-item {
    scroll-snap-align: start;
  }
}

@media (max-width: 700px) {
  .orders-page-v2 {
    padding: 12px 0 32px;
  }

  .orders-page-v2 > .wrap {
    width: min(100% - 20px, 1280px);
    gap: 10px;
  }

  .orders-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
    padding: 12px;
  }

  .orders-toolbar__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .orders-toolbar h1 {
    font-size: 20px;
  }

  .orders-toolbar p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .orders-toolbar__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orders-toolbar__actions .btn {
    width: 100%;
    min-height: 38px;
  }

  .orders-summary-rail {
    min-height: 68px;
    grid-auto-columns: 138px;
  }

  .orders-summary-item {
    padding: 9px 13px;
  }

  .orders-summary-item::before {
    inset-block: 13px;
  }

  .orders-summary-item strong {
    font-size: 18px;
  }

  .orders-workspace__head {
    min-height: 58px;
    padding: 10px 12px;
  }

  .orders-workspace__head h2 {
    font-size: 16px;
  }

  .orders-workspace__head p {
    font-size: 11px;
  }

  .orders-table-wrap {
    overflow: visible;
  }

  .orders-table,
  .orders-table tbody,
  .orders-table tr,
  .orders-table td {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .orders-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .orders-table tbody {
    display: grid;
    gap: 10px;
    padding: 10px;
    background: #f5f7f8;
  }

  .orders-table .orders-row {
    overflow: hidden;
    border: 1px solid var(--am-line);
    border-radius: 7px;
    background: #fff;
  }

  .orders-table td {
    min-height: 42px;
    height: auto;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-bottom: 1px solid #edf1f4;
  }

  .orders-table td::before {
    content: attr(data-label);
    color: var(--am-muted);
    font-size: 10px;
    font-weight: 900;
  }

  .orders-table td:last-child {
    border-bottom: 0;
  }

  .orders-table td > strong,
  .orders-table td > span,
  .orders-table td > small,
  .orders-table td > a {
    grid-column: 2;
  }

  .orders-table td > small {
    margin-top: -6px;
  }

  .orders-table .orders-order-cell,
  .orders-table .orders-product-cell {
    min-height: 52px;
  }

  .orders-table .orders-order-cell {
    background: #f8fbfc;
  }

  .orders-table .orders-refresh-action {
    width: max-content;
  }

  .orders-table .orders-voucher-action {
    width: max-content;
  }

  .voucher-delivery-dialog {
    width: calc(100% - 16px);
    max-height: calc(100svh - 16px);
  }

  .voucher-delivery-dialog__panel {
    max-height: calc(100svh - 16px);
  }

  .voucher-delivery-dialog__head {
    min-height: 68px;
    padding: 12px;
  }

  .voucher-delivery-dialog__head h2 {
    font-size: 17px;
  }

  .voucher-delivery-dialog__body {
    padding: 12px;
  }

  .voucher-delivery-field {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 9px 10px;
  }

  .voucher-delivery-field dd {
    gap: 6px;
  }

  .voucher-copy-button {
    min-width: 68px;
    padding-inline: 7px;
  }

  .voucher-delivery-dialog__panel > footer {
    padding: 10px 12px;
  }

  .orders-table tbody tr:hover td {
    background: #fff;
  }

  .orders-table tbody tr:hover .orders-order-cell {
    background: #f8fbfc;
  }

  .orders-table .account-empty-row {
    display: block;
  }

  .orders-table .account-empty-row td {
    display: block;
    padding: 0;
  }

  .orders-table .account-empty-row td::before {
    display: none;
  }

  .orders-page-v2 .account-empty-state {
    min-height: 210px;
    padding: 24px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orders-row,
  .orders-refresh-action,
  .orders-refresh-action svg,
  .orders-voucher-action,
  .voucher-delivery-dialog[open] {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}
