:root {
  --wow-content-width: 1720px;
  color-scheme: dark;
  --wow-bg: rgba(6, 13, 25, 0.72);
  --wow-panel: rgba(10, 22, 38, 0.82);
  --wow-panel-strong: rgba(12, 28, 48, 0.94);
  --wow-line: rgba(124, 198, 255, 0.18);
  --wow-line-hot: rgba(93, 202, 244, 0.5);
  --wow-text: #eef7ff;
  --wow-muted: #8faac4;
  --wow-blue: #18aeea;
  --wow-blue-2: #72d7f4;
  --wow-gold: #e5c36f;
  --wow-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  --wow-radius: 7px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.browse-template {
  min-height: 100vh;
  margin: 0;
  background: #0f2a48 url("/assets/images/bnet-background-1920.3ooDe.jpg?v=6") no-repeat center -200px !important;
  background-size: 1920px auto !important;
}

.navbar-static.createCart {
  background: #0f2a48 url("/assets/images/bnet-background-1920.3ooDe.jpg?v=6") no-repeat center 0 !important;
}

body.browse-template .body-content {
  background: transparent !important;
}

/* The current shell provides its own logo and navigation backgrounds. */
.navbar.header .brand.mark,
.service-bar .service-cell {
  background-image: none !important;
}

.grid-container {
  width: min(calc(100% - 48px), var(--wow-content-width)) !important;
  max-width: var(--wow-content-width) !important;
  padding-inline: 0 !important;
}

.footer {
  width: min(calc(100% - 48px), var(--wow-content-width)) !important;
  max-width: var(--wow-content-width) !important;
}

.navbar-static > nav.navbar {
  display: block !important;
  min-height: 42px;
  border-top: 1px solid rgba(124, 198, 255, 0.08);
  border-bottom: 1px solid rgba(124, 198, 255, 0.12);
  background: rgba(7, 34, 59, 0.3) !important;
}

body.shell-home .navbar-static > nav.shell-breadcrumbs {
  display: none !important;
}

@media (min-width: 921px) {
  .navbar.header .grid-container {
    padding-inline: 0 !important;
  }

  .navbar-static .navbar.header {
    min-height: 74px !important;
  }

  .navbar.header .brand.mark img {
    width: 172px !important;
  }

  #service {
    position: static;
    top: auto;
    right: auto;
    float: none;
    gap: 16px;
  }

  #service .service-link,
  #service .dropdown {
    min-height: 42px !important;
    padding-inline: 15px !important;
    font-size: 14px !important;
  }

  .wow-search {
    width: min(100%, 320px) !important;
    flex-basis: 320px !important;
  }

  .wow-search input {
    height: 44px !important;
    font-size: 14px !important;
  }
}

.home-banner {
  width: min(calc(100% - 48px), var(--wow-content-width));
  max-width: var(--wow-content-width);
  height: auto !important;
  min-height: 0 !important;
  margin: 16px auto 0 !important;
}

.carousel-banner {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1920 / 299;
  margin: 0 !important;
  border: 1px solid rgba(112, 204, 255, 0.2) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 174, 255, 0.04) !important;
}

.browse-template .home-banner .carousel-banner .item {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-position: center bottom !important;
  background-size: cover !important;
}

.browse-template .home-banner .carousel-banner .item a {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
}

.browse-template .home-banner .carousel-banner-controls {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.browse-template .home-banner .carousel-banner-controls .carousel-button {
  top: 50% !important;
  transform: translateY(-50%);
}

.browse-template .home-banner .carousel-banner-controls .carousel-button:hover {
  transform: translateY(-50%) scale(1.08);
}

.browse-template .browse-container {
  grid-template-columns: 270px minmax(0, 1fr) !important;
  gap: 24px !important;
  margin-top: 22px !important;
}

.browse-template .home-sidebar {
  position: static !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  top: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 12px !important;
  background: linear-gradient(180deg, rgba(22, 57, 88, 0.92), rgba(14, 43, 70, 0.9)) !important;
}

.shell-sidebar {
  width: 100%;
  min-width: 0;
}

.shell-sidebar-promos {
  display: grid;
  clear: both;
  width: 100%;
  gap: 16px;
  margin-top: 18px;
}

.shell-sidebar-promos a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(124, 198, 255, 0.2);
  border-radius: 7px;
  background: rgba(7, 22, 37, 0.82);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}

.shell-sidebar-promos a::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(180, 232, 255, 0.16), transparent 72%);
  transform: translateX(-70%);
  transition: opacity 0.28s ease, transform 0.48s ease;
  pointer-events: none;
}

.shell-sidebar-promos a:hover,
.shell-sidebar-promos a:focus {
  border-color: rgba(107, 211, 248, 0.5);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34), 0 0 20px rgba(38, 164, 211, 0.1);
  transform: translateY(-3px);
}

.shell-sidebar-promos a:hover::after,
.shell-sidebar-promos a:focus::after {
  opacity: 1;
  transform: translateX(70%);
}

.shell-sidebar-promos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 22 / 9;
  object-fit: cover;
}

.browse-template .home-sidebar .game-types li > a {
  background: rgba(255, 255, 255, 0.055) !important;
}

.browse-template ul.product-card-container {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.browse-template ul.product-card-container > li div.thumbnail {
  min-height: 280px;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info h3,
.browse-template ul.product-card-container > li div.thumbnail .product-card-info .heading-3 {
  display: -webkit-box;
  height: 2.7em !important;
  min-height: 2.7em !important;
  max-height: 2.7em !important;
  overflow: hidden !important;
  font-size: 15px;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.browse-template .product-name--compact {
  font-size: 14px !important;
  letter-spacing: -0.01em !important;
}

.browse-template .product-name--dense {
  font-size: 12.5px !important;
  letter-spacing: -0.018em !important;
}

.browse-template .home-sidebar .game-types .filter-text {
  font-weight: 650 !important;
}

.browse-template .main_image_item {
  height: auto !important;
  aspect-ratio: 700 / 355;
}

.browse-template ul.product-card-container > li div.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.002);
}

.browse-template ul.product-card-container > li .product-link:hover img,
.browse-template ul.product-card-container > li .product-link:focus img {
  transform: scale(1.035);
}

.browse-template ul.product-card-container > li .product-link {
  background: linear-gradient(180deg, rgba(38, 69, 98, 0.97), rgba(26, 51, 77, 0.97)) !important;
}

.shell-category-toggle {
  display: none;
}

@media (min-width: 1500px) {
  .browse-template ul.product-card-container {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 3000px) {
  .browse-template ul.product-card-container {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

.carousel-banner .item {
  transform-origin: 50% 48%;
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform, opacity, filter;
}

.carousel-banner .item:nth-child(2) { transform-origin: 46% 50%; }
.carousel-banner .item:nth-child(3) { transform-origin: 54% 48%; }
.carousel-banner .item:nth-child(4) { transform-origin: 50% 44%; }

.carousel-banner .item.active {
  animation: shell-banner-drift 6.5s linear both;
}

.browse-template .home-sidebar .game-types li {
  animation: shell-category-in 0.46s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.browse-template .home-sidebar .game-types li:nth-child(2n) { animation-delay: 35ms; }
.browse-template .home-sidebar .game-types li:nth-child(3n) { animation-delay: 70ms; }
.browse-template .home-sidebar .game-types li:nth-child(4n) { animation-delay: 105ms; }

.browse-template .home-sidebar .game-types li > a:hover .game-badge,
.browse-template .home-sidebar .game-types li > a:focus .game-badge {
  transform: scale(1.12) rotate(-4deg);
  filter: saturate(1.18) brightness(1.12);
}

.browse-template .home-sidebar .game-badge {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

.browse-template ul.product-card-container > li {
  transition-delay: calc((var(--card-order, 0)) * 45ms);
}

.browse-template .wow-reveal,
.browse-template .wow-reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.browse-template .wow-reveal.is-visible {
  animation: shell-card-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc((var(--card-order, 0)) * 45ms);
}

.browse-template ul.product-card-container > li:nth-child(4n + 2) { --card-order: 1; }
.browse-template ul.product-card-container > li:nth-child(4n + 3) { --card-order: 2; }
.browse-template ul.product-card-container > li:nth-child(4n + 4) { --card-order: 3; }

.browse-template ul.product-card-container > li .product-link {
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease, box-shadow 0.32s ease !important;
}

.shell-section-head {
  animation: shell-heading-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes shell-banner-drift {
  from { transform: translate3d(-0.45%, 0, 0) scale(1.018); filter: saturate(0.94) brightness(0.95); }
  to { transform: translate3d(0.65%, -0.35%, 0) scale(1.105); filter: saturate(1.06) brightness(1.025); }
}

@keyframes shell-category-in {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes shell-heading-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shell-card-in {
  from { transform: translateY(14px); filter: brightness(0.82) saturate(0.82); }
  to { transform: translateY(0); filter: brightness(1) saturate(1); }
}

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

.browse-template .home-sidebar::before {
  content: "Категории" !important;
}

.browse-template ul.product-card-container > li .product-link::after {
  content: "Подробнее" !important;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info .product-price::before {
  content: "Цена" !important;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info .product-price small {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.service-link.is-current {
  color: #fff !important;
  border-color: rgba(0, 174, 255, 0.35) !important;
  background: rgba(0, 174, 255, 0.13) !important;
}

.home-sidebar li.is-active > a {
  color: #fff !important;
  border-color: rgba(0, 174, 255, 0.48) !important;
  background: linear-gradient(135deg, rgba(0, 174, 255, 0.24), rgba(255, 196, 77, 0.08)) !important;
}

.shell-breadcrumbs .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content !important;
  max-width: min(100%, 860px);
  flex: 0 0 auto !important;
  min-height: 32px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(116, 202, 239, 0.15);
  border-radius: 999px;
  background: rgba(5, 26, 45, 0.5);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(7px);
  list-style: none;
}

.navbar-static > nav.navbar.shell-breadcrumbs {
  min-height: 46px;
  border: 0;
  background: transparent !important;
}

.shell-breadcrumbs .grid-container {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 13px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.shell-breadcrumbs .grid-container::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: linear-gradient(90deg, rgba(93, 193, 232, 0.18), rgba(93, 193, 232, 0.025) 72%, transparent);
}

.shell-breadcrumbs .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--wow-muted);
  font-size: 11px;
}

.shell-breadcrumbs .breadcrumb li + li::before {
  content: "/";
  color: rgba(255, 255, 255, 0.25);
}

.shell-breadcrumbs .breadcrumb a { color: #bfe7ff; }
.shell-breadcrumbs .breadcrumb a:hover { color: #fff; }

.shell-main { min-width: 0; }

.shell-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 24px;
  padding: 2px 2px 18px;
  border-bottom: 1px solid var(--wow-line);
}

.shell-section-head h1,
.shell-section-head h2 {
  margin: 4px 0 6px;
  color: #fff;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.shell-section-head h2 { font-size: clamp(24px, 2vw, 32px); }

.shell-section-head p {
  max-width: 720px;
  margin: 0;
  color: var(--wow-muted);
  font-size: 15px;
}

.shell-kicker {
  color: var(--wow-blue-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shell-result-count,
.shell-chip {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 5px 11px;
  border: 1px solid var(--wow-line);
  border-radius: 999px;
  background: rgba(0, 174, 255, 0.1);
  color: #a8e3ff;
  font-size: 12px;
  font-weight: 800;
}

.shell-panel,
.shell-review,
.shell-feature,
.shell-auth {
  border: 1px solid var(--wow-line);
  border-radius: var(--wow-radius);
  background: linear-gradient(155deg, rgba(14, 33, 56, 0.9), rgba(7, 16, 29, 0.88));
  box-shadow: var(--wow-shadow);
}

.shell-hero-copy {
  position: absolute;
  left: max(32px, calc((100vw - 1500px) / 2));
  top: 50%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(620px, calc(100% - 120px));
  transform: translateY(-50%);
  pointer-events: none;
}

.shell-hero-copy span {
  margin-bottom: 8px;
  color: #9cddff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shell-hero-copy strong {
  max-width: 600px;
  color: #fff;
  font-size: clamp(28px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.62);
}

.shell-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 20px;
  padding: 0 19px;
  border: 1px solid rgba(71, 215, 255, 0.58);
  border-radius: var(--wow-radius);
  background: linear-gradient(135deg, var(--wow-blue-2), var(--wow-blue));
  box-shadow: 0 12px 30px rgba(0, 174, 255, 0.25);
  color: #041522;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: auto;
}

.shell-button:not(:disabled):not([aria-disabled="true"]):hover { color: #03111c; filter: brightness(1.08); transform: translateY(-2px); }
.browse-template .shell-button:disabled,
.browse-template .shell-button[aria-disabled="true"] { cursor: not-allowed; filter: grayscale(0.65); opacity: 0.62; transform: none; box-shadow: none !important; }
.shell-button:not(:disabled):not([aria-disabled="true"]):active { transform: translateY(0); filter: brightness(0.96); }
.shell-button--wide { width: 100%; }

.carousel-banner .item { background-image: var(--hero-image) !important; background-position: center; background-size: cover; }
.carousel-banner .item a { background-image: none !important; }

.shell-product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 28px;
  margin-bottom: 28px;
}

.shell-product__media,
.shell-product__info {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--wow-line);
  border-radius: var(--wow-radius);
  background: linear-gradient(155deg, rgba(14, 33, 56, 0.92), rgba(7, 16, 29, 0.9));
  box-shadow: var(--wow-shadow);
}

.shell-product__media {
  display: grid;
  min-height: 460px;
  place-items: center;
  background: radial-gradient(circle, rgba(0, 174, 255, 0.22), transparent 62%), rgba(4, 12, 22, 0.86);
}

.shell-product__media img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; }

.shell-product__info { padding: clamp(24px, 4vw, 42px); }
.shell-product__info h1 { margin: 8px 0 18px; color: #fff; font-size: clamp(26px, 2.5vw, 36px); font-weight: 500; line-height: 1.22; letter-spacing: -0.025em; }
.shell-product__price { margin: 30px 0 24px; padding: 20px 0; border-block: 1px solid var(--wow-line); }
.shell-product__price small { display: block; margin-bottom: 5px; color: var(--wow-muted); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.shell-product__price strong { color: var(--wow-gold); font-size: 42px; line-height: 1; }
.shell-product__price strong span { font-size: 15px; letter-spacing: 0.08em; }

.shell-notice {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 196, 77, 0.25);
  border-radius: var(--wow-radius);
  background: rgba(255, 196, 77, 0.07);
  color: #dceaf5;
}

.shell-notice strong { color: var(--wow-gold); }
.shell-notice span { color: var(--wow-muted); font-size: 13px; }
.shell-description { margin-bottom: 34px; padding: clamp(22px, 4vw, 36px); }
.shell-description h2, .shell-legal h2 { margin-top: 0; color: #fff; font-size: 25px; }
.shell-description p, .shell-description li, .shell-legal li { color: #b5c8d9; line-height: 1.7; }
.shell-description__content { color: #b5c8d9; line-height: 1.7; }
.shell-description__content > :first-child { margin-top: 0; }
.shell-description__content > :last-child { margin-bottom: 0; }
.shell-description__content a { color: var(--wow-blue-2); overflow-wrap: anywhere; }
.shell-description__content strong { color: #e8f5fc; }
.shell-description__content ul,
.shell-description__content ol { padding-left: 24px; }
.shell-description__content img,
.shell-description__content iframe { max-width: 100%; }
.shell-description__content .ql-align-center { text-align: center; }
.shell-related { margin-top: 34px; }

.shell-accordion { display: grid; gap: 12px; }
.shell-accordion details { overflow: hidden; border: 1px solid var(--wow-line); border-radius: var(--wow-radius); background: rgba(10, 24, 42, 0.8); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2); }
.shell-accordion summary { position: relative; padding: 20px 54px 20px 20px; color: #f4f9ff; font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.shell-accordion summary::after { content: "+"; position: absolute; right: 20px; top: 50%; color: var(--wow-blue-2); font-size: 24px; transform: translateY(-50%); }
.shell-accordion details[open] summary::after { content: "−"; }
.shell-accordion details p { margin: 0; padding: 0 20px 20px; color: var(--wow-muted); line-height: 1.7; }

.shell-support { display: grid; grid-template-columns: auto 1fr; gap: 24px; padding: clamp(24px, 5vw, 52px); }
.shell-support__icon { display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid rgba(71, 215, 255, 0.35); border-radius: 50%; background: rgba(0, 174, 255, 0.12); color: var(--wow-blue-2); font-size: 34px; font-weight: 900; }
.shell-support h2 { margin: 0 0 8px; color: #fff; }
.shell-support p { max-width: 650px; margin: 0; color: var(--wow-muted); line-height: 1.7; }

.shell-reviews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.shell-review { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 22px; }
.shell-review__avatar { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--wow-blue-2), #1764b1); color: #041522; font-size: 18px; font-weight: 900; }
.shell-review h2 { margin: 0; color: #fff; font-size: 16px; }
.shell-review p { margin: 8px 0 0; color: var(--wow-muted); line-height: 1.55; }
.shell-stars { margin-top: 3px; color: var(--wow-gold); letter-spacing: 0.08em; }
.shell-muted-panel { margin-top: 18px; padding: 18px; color: var(--wow-muted); text-align: center; }

.shell-legal { padding: clamp(24px, 5vw, 48px); }
.shell-legal ol { display: grid; gap: 15px; padding-left: 24px; }
.shell-legal__note { margin: 28px 0 0; padding-top: 20px; border-top: 1px solid var(--wow-line); color: var(--wow-gold); }

.shell-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.shell-feature { padding: 26px; }
.shell-feature > span { color: var(--wow-blue-2); font-size: 12px; font-weight: 900; letter-spacing: 0.15em; }
.shell-feature h2 { margin: 12px 0 8px; color: #fff; font-size: 20px; }
.shell-feature p { margin: 0; color: var(--wow-muted); line-height: 1.65; }

.shell-auth { max-width: 780px; margin: 0 auto; padding: clamp(26px, 5vw, 48px); }
.shell-auth h1 { margin: 6px 0; color: #fff; font-size: 38px; }
.shell-auth > div > p { margin: 0; color: var(--wow-muted); }
.shell-auth__providers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin: 30px 0 22px; }
.shell-auth__provider {
  --provider-rgb: 0, 174, 255;
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 68px;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(var(--provider-rgb), 0.26);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(var(--provider-rgb), 0.11), rgba(255, 255, 255, 0.035) 64%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 8px 22px rgba(0, 0, 0, 0.14);
  color: #dcebf7;
  text-align: left;
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}
.shell-auth__provider::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: rgb(var(--provider-rgb));
  box-shadow: 0 0 14px rgba(var(--provider-rgb), 0.72);
  opacity: 0.8;
}
.shell-auth__provider--vk { --provider-rgb: 0, 119, 255; }
.shell-auth__provider--steam { --provider-rgb: 73, 143, 199; }
.shell-auth__provider--google { --provider-rgb: 66, 133, 244; }
.shell-auth__provider--yandex { --provider-rgb: 252, 63, 29; }
.shell-auth__provider--discord { --provider-rgb: 88, 101, 242; }
.shell-auth__provider--telegram { --provider-rgb: 39, 167, 231; }
.shell-auth__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(var(--provider-rgb), 0.98), rgba(var(--provider-rgb), 0.7));
  box-shadow: 0 7px 18px rgba(var(--provider-rgb), 0.22), inset 0 1px rgba(255, 255, 255, 0.22);
  color: #fff;
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease;
}
.shell-auth__provider--google .shell-auth__icon,
.shell-auth__provider--yandex .shell-auth__icon { background: #fff; }
.shell-auth__icon svg { display: block; width: 23px; height: 23px; fill: currentColor; }
.shell-auth__provider--yandex .shell-auth__icon svg { fill: none; }
.shell-auth__provider--yandex .shell-auth__icon text { fill: #fc3f1d; font: 800 17px Arial, sans-serif; }
.shell-auth__label { min-width: 0; color: #91a9bd; font-size: 11px; line-height: 1.25; }
.shell-auth__label strong { display: block; overflow: hidden; margin-top: 2px; color: #f1f8ff; font-size: 14px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.shell-auth__arrow { color: rgba(var(--provider-rgb), 0.7); font-size: 25px; font-weight: 300; line-height: 1; transform: translateX(-2px); transition: color 0.24s ease, transform 0.24s ease; }

.shell-empty { display: grid; min-height: 280px; place-items: center; align-content: center; gap: 12px; padding: 30px; border: 1px dashed var(--wow-line); border-radius: var(--wow-radius); color: var(--wow-muted); text-align: center; }
.shell-empty .shell-button { margin-top: 8px; }
.shell-empty--large strong { color: rgba(0, 174, 255, 0.24); font-size: clamp(70px, 12vw, 150px); line-height: 0.85; }
.shell-empty--large h1 { margin: 6px 0 0; color: #fff; }
[hidden] { display: none !important; }

/* Wrath of the Lich King 3.3.5a visual theme */
body.browse-template {
  font-family: "Blizzard", "Segoe UI", Arial, sans-serif !important;
  color: #dceaf1;
}

.navbar-static.createCart {
  border-bottom: 1px solid rgba(167, 222, 243, 0.16);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28), inset 0 -1px 0 rgba(183, 232, 251, 0.06);
}

.navbar-static .navbar.header {
  background: linear-gradient(180deg, rgba(13, 39, 59, 0.82), rgba(5, 20, 34, 0.7)) !important;
}

.navbar-static > nav.navbar {
  background: linear-gradient(90deg, rgba(5, 19, 32, 0.78), rgba(22, 70, 96, 0.66), rgba(5, 19, 32, 0.78)) !important;
  border-color: rgba(148, 211, 238, 0.18) !important;
}

.wow-search input {
  border-color: rgba(157, 210, 232, 0.24) !important;
  border-radius: 3px !important;
  background: linear-gradient(180deg, rgba(4, 16, 28, 0.68), rgba(21, 55, 73, 0.62)) !important;
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.38), 0 1px 0 rgba(210, 239, 250, 0.05) !important;
}

.wow-search input:focus {
  border-color: rgba(142, 226, 255, 0.64) !important;
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.34), 0 0 18px rgba(86, 183, 221, 0.16) !important;
}

#service .service-link,
#service .dropdown {
  border-radius: 2px !important;
  color: #cbdce4 !important;
  text-shadow: 0 1px 2px #000;
}

#service .service-link:hover,
#service .service-link.is-current {
  border-color: rgba(152, 220, 246, 0.35) !important;
  background: linear-gradient(180deg, rgba(74, 139, 169, 0.28), rgba(15, 53, 74, 0.34)) !important;
  color: #effbff !important;
  box-shadow: inset 0 1px 0 rgba(222, 245, 255, 0.08), 0 0 16px rgba(80, 184, 224, 0.1);
}

#service .service-explore .dropdown {
  border-color: #8fb8c9 !important;
  background: linear-gradient(180deg, #b8dbe8, #6f9db1 48%, #466e82 52%, #315467) !important;
  color: #07131b !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48), inset 0 -1px 0 rgba(0, 0, 0, 0.32), 0 7px 20px rgba(0, 0, 0, 0.28) !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.28);
}

.carousel-banner {
  border-color: rgba(174, 224, 242, 0.34) !important;
  border-radius: 3px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.46), inset 0 0 0 1px rgba(5, 15, 24, 0.86), inset 0 -18px 42px rgba(2, 12, 21, 0.24) !important;
}

.carousel-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(210, 242, 251, 0.12);
  background: linear-gradient(90deg, rgba(153, 225, 249, 0.08), transparent 16%, transparent 84%, rgba(153, 225, 249, 0.08));
  pointer-events: none;
}

.carousel-banner-controls {
  z-index: 5 !important;
}

.browse-template .home-sidebar {
  border: 1px solid rgba(150, 202, 224, 0.3) !important;
  border-radius: 3px !important;
  background:
    linear-gradient(135deg, rgba(174, 223, 241, 0.05) 0 16px, transparent 16px),
    linear-gradient(180deg, rgba(19, 47, 66, 0.97), rgba(6, 21, 35, 0.97)) !important;
  box-shadow: inset 0 1px 0 rgba(221, 243, 251, 0.07), inset 0 0 34px rgba(32, 103, 135, 0.08), 0 18px 44px rgba(0, 0, 0, 0.32) !important;
}

.browse-template .home-sidebar::before {
  content: "КАТЕГОРИИ · 3.3.5a" !important;
  color: #d9c58c !important;
  border-bottom: 1px solid rgba(167, 214, 233, 0.18);
  text-shadow: 0 2px 5px #000;
}

.browse-template .home-sidebar .game-types li > a {
  border-color: rgba(145, 196, 216, 0.13) !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, rgba(35, 69, 87, 0.78), rgba(16, 43, 60, 0.72)) !important;
  box-shadow: inset 3px 0 0 rgba(126, 197, 224, 0.12), inset 0 1px 0 rgba(234, 249, 255, 0.025);
}

.browse-template .home-sidebar .game-types li > a:hover,
.browse-template .home-sidebar .game-types li > a:focus {
  border-color: rgba(146, 222, 249, 0.48) !important;
  background: linear-gradient(90deg, rgba(65, 126, 153, 0.66), rgba(22, 63, 83, 0.76)) !important;
  box-shadow: inset 3px 0 0 #a8def0, inset 0 1px 0 rgba(239, 251, 255, 0.08), 0 0 16px rgba(85, 181, 219, 0.12) !important;
  transform: translateX(3px);
}

.browse-template ul.product-card-container > li .product-link {
  border-color: rgba(148, 201, 222, 0.28) !important;
  border-radius: 3px !important;
  background: linear-gradient(160deg, rgba(18, 42, 57, 0.98), rgba(7, 22, 36, 0.98)) !important;
  box-shadow: inset 0 1px 0 rgba(223, 244, 252, 0.06), inset 0 0 24px rgba(81, 157, 186, 0.04), 0 14px 34px rgba(0, 0, 0, 0.38) !important;
}

.browse-template ul.product-card-container > li .product-link::before {
  background: linear-gradient(135deg, rgba(138, 221, 250, 0.34), rgba(215, 189, 121, 0.14), transparent 64%) !important;
}

.browse-template ul.product-card-container > li .product-link::after {
  border-color: #87b4c7 !important;
  border-radius: 2px !important;
  background: linear-gradient(180deg, #b8dce8, #6d9daf 48%, #456e81 52%, #315162) !important;
  color: #07131b !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48), inset 0 -1px 0 rgba(0, 0, 0, 0.35), 0 8px 20px rgba(0, 0, 0, 0.32) !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.browse-template ul.product-card-container > li .product-link:hover,
.browse-template ul.product-card-container > li .product-link:focus {
  border-color: rgba(160, 229, 252, 0.62) !important;
  box-shadow: inset 0 1px 0 rgba(231, 248, 255, 0.08), 0 24px 56px rgba(0, 0, 0, 0.48), 0 0 24px rgba(79, 181, 221, 0.14) !important;
}

.browse-template .main_image_item {
  border-bottom: 1px solid rgba(161, 211, 230, 0.2);
  background: radial-gradient(circle at 50% 25%, rgba(116, 205, 238, 0.2), transparent 58%), #06131f !important;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info h3,
.browse-template ul.product-card-container > li div.thumbnail .product-card-info .heading-3 {
  color: #edf6f9 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.72);
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info .product-price,
.shell-product__price strong {
  color: #d8bd79 !important;
  text-shadow: 0 0 16px rgba(216, 189, 121, 0.14) !important;
}

.shell-section-head {
  border-bottom-color: rgba(153, 208, 230, 0.22) !important;
  box-shadow: 0 1px rgba(0, 0, 0, 0.32);
}

.shell-section-head h1,
.shell-section-head h2,
.shell-product__info h1,
.shell-page-title {
  font-family: "Blizzard", Georgia, serif !important;
  color: #eef8fb !important;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.72), 0 0 22px rgba(112, 205, 239, 0.09);
}

.shell-kicker {
  color: #d6c087 !important;
  text-shadow: 0 1px 3px #000;
}

.shell-result-count,
.shell-chip {
  border-color: rgba(147, 207, 231, 0.3) !important;
  border-radius: 2px !important;
  background: linear-gradient(180deg, rgba(42, 94, 117, 0.5), rgba(15, 47, 65, 0.66)) !important;
  color: #d7edf5 !important;
}

.shell-panel,
.shell-review,
.shell-feature,
.shell-auth,
.shell-product__media,
.shell-product__info,
.shell-accordion details {
  border-color: rgba(148, 202, 223, 0.27) !important;
  border-radius: 3px !important;
  background: linear-gradient(155deg, rgba(15, 38, 54, 0.96), rgba(5, 18, 31, 0.95)) !important;
  box-shadow: inset 0 1px 0 rgba(222, 244, 252, 0.05), 0 18px 44px rgba(0, 0, 0, 0.36) !important;
}

.shell-button {
  border-color: #8bb7c8 !important;
  border-radius: 2px !important;
  background: linear-gradient(180deg, #b9dce8, #739eaf 48%, #496f81 52%, #335363) !important;
  color: #07131b !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48), inset 0 -1px 0 rgba(0, 0, 0, 0.34), 0 10px 24px rgba(0, 0, 0, 0.32) !important;
}

/* Restrained WotLK theme: keep the clean v10 interface, add only icy accents. */
body.browse-template,
body.browse-template button,
body.browse-template input,
body.browse-template select,
body.browse-template textarea {
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.navbar-static.createCart {
  border-bottom: 0;
  box-shadow: none;
}

.navbar-static .navbar.header {
  background: transparent !important;
}

#service .service-link,
#service .dropdown {
  border-radius: var(--wow-radius) !important;
  color: #dbeeff !important;
  text-shadow: none;
}

#service .service-link:hover,
#service .service-link.is-current {
  border-color: rgba(107, 205, 241, 0.32) !important;
  background: rgba(36, 142, 184, 0.13) !important;
  color: #fff !important;
  box-shadow: none;
}

#service .service-explore .dropdown {
  border-color: rgba(113, 216, 247, 0.58) !important;
  border-radius: var(--wow-radius) !important;
  background: linear-gradient(135deg, #74ddf7, #159fd8) !important;
  color: #061525 !important;
  box-shadow: 0 10px 26px rgba(0, 174, 255, 0.24) !important;
  text-shadow: none;
}

.wow-search input {
  border-color: var(--wow-line) !important;
  border-radius: var(--wow-radius) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.carousel-banner {
  border-color: rgba(112, 204, 255, 0.2) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 174, 255, 0.04) !important;
}

.carousel-banner::after {
  display: none;
}

.browse-template .home-sidebar {
  border: 1px solid var(--wow-line) !important;
  border-radius: var(--wow-radius) !important;
  background: linear-gradient(180deg, rgba(22, 57, 88, 0.92), rgba(14, 43, 70, 0.9)) !important;
  box-shadow: var(--wow-shadow) !important;
}

.browse-template .home-sidebar::before {
  content: "КАТЕГОРИИ · WOTLK" !important;
  color: #cdefff !important;
  border-bottom: 0;
  text-shadow: none;
}

.browse-template .home-sidebar .game-types li > a {
  border-color: transparent !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: none;
}

.browse-template .home-sidebar .game-types li > a:hover,
.browse-template .home-sidebar .game-types li > a:focus,
.home-sidebar li.is-active > a {
  border-color: rgba(107, 211, 248, 0.42) !important;
  background: linear-gradient(135deg, rgba(44, 165, 211, 0.22), rgba(114, 215, 244, 0.05)) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16) !important;
  transform: translateX(3px);
}

.browse-template ul.product-card-container > li .product-link {
  border-color: var(--wow-line) !important;
  border-radius: var(--wow-radius) !important;
  background: linear-gradient(180deg, rgba(38, 69, 98, 0.97), rgba(26, 51, 77, 0.97)) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

.browse-template ul.product-card-container > li .product-link::after {
  border-color: rgba(113, 216, 247, 0.5) !important;
  border-radius: var(--wow-radius) !important;
  background: linear-gradient(135deg, #72d7f4, #159fd8) !important;
  color: #03121f !important;
  box-shadow: 0 10px 26px rgba(0, 174, 255, 0.22) !important;
  text-shadow: none;
}

.browse-template .main_image_item {
  border-bottom: 0;
  background: radial-gradient(circle at 50% 30%, rgba(58, 175, 219, 0.2), transparent 56%), #071523 !important;
}

.shell-section-head h1,
.shell-section-head h2,
.shell-product__info h1,
.shell-page-title {
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  color: #fff !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.shell-kicker {
  color: #74d9f5 !important;
  text-shadow: none;
}

.shell-result-count,
.shell-chip {
  border-color: var(--wow-line) !important;
  border-radius: 999px !important;
  background: rgba(0, 174, 255, 0.1) !important;
  color: #b7eaff !important;
}

.shell-panel,
.shell-review,
.shell-feature,
.shell-auth,
.shell-product__media,
.shell-product__info,
.shell-accordion details {
  border-color: var(--wow-line) !important;
  border-radius: var(--wow-radius) !important;
  background: linear-gradient(155deg, rgba(14, 33, 56, 0.92), rgba(7, 16, 29, 0.9)) !important;
  box-shadow: var(--wow-shadow) !important;
}

.shell-button {
  border-color: rgba(113, 216, 247, 0.58) !important;
  border-radius: var(--wow-radius) !important;
  background: linear-gradient(135deg, #72d7f4, #159fd8) !important;
  color: #041522 !important;
  box-shadow: 0 12px 30px rgba(0, 174, 255, 0.23) !important;
}

/* Battle.net 2021-inspired polish: art-led surfaces and restrained interaction. */
body.browse-template .body-content {
  background:
    radial-gradient(circle at 50% 4%, rgba(42, 139, 190, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(7, 29, 50, 0.02), rgba(4, 15, 29, 0.22)) !important;
}

.navbar-static.createCart {
  border-bottom: 1px solid rgba(124, 198, 255, 0.1);
  box-shadow: 0 12px 34px rgba(1, 9, 18, 0.16);
}

.navbar-static .navbar.header {
  background: linear-gradient(180deg, rgba(7, 28, 49, 0.34), rgba(7, 25, 44, 0.12)) !important;
  backdrop-filter: blur(12px);
}

#service .service-link,
#service .dropdown {
  font-weight: 700 !important;
}

.wow-search input {
  border-color: rgba(127, 197, 226, 0.15) !important;
  background: rgba(5, 25, 43, 0.38) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
}

.wow-search input:focus {
  border-color: rgba(93, 202, 244, 0.46) !important;
  background: rgba(7, 31, 52, 0.62) !important;
  box-shadow: 0 0 0 3px rgba(39, 166, 215, 0.08) !important;
}

.carousel-banner {
  border-color: rgba(121, 198, 228, 0.14) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24) !important;
}

.browse-template .home-sidebar {
  border-color: rgba(123, 196, 225, 0.13) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(20, 54, 82, 0.84), rgba(10, 35, 58, 0.82)) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2) !important;
}

.browse-template .home-sidebar::before {
  margin-bottom: 10px !important;
  color: #b8d7ea !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0.12em !important;
}

.browse-template .home-sidebar .game-types {
  gap: 3px !important;
}

.browse-template .home-sidebar .game-types li > a {
  min-height: 44px;
  border-color: transparent !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: inset 0 -1px 0 rgba(139, 201, 226, 0.07) !important;
}

.browse-template .home-sidebar .game-types li > a:hover,
.browse-template .home-sidebar .game-types li > a:focus,
.home-sidebar li.is-active > a {
  border-color: rgba(87, 195, 235, 0.18) !important;
  background: linear-gradient(90deg, rgba(47, 155, 199, 0.18), rgba(47, 155, 199, 0.045)) !important;
  box-shadow: inset 3px 0 0 rgba(102, 211, 247, 0.72) !important;
  transform: none;
}

.browse-template .home-sidebar .game-types li.is-active > a {
  color: #fff !important;
  border-color: rgba(102, 211, 247, 0.4) !important;
  background: linear-gradient(90deg, rgba(47, 155, 199, 0.3), rgba(47, 155, 199, 0.1)) !important;
  box-shadow: inset 3px 0 0 #66d3f7 !important;
  transform: none;
}

.browse-template .home-sidebar .game-types li.is-active .product-count {
  background: rgba(68, 166, 207, 0.28);
  color: #d4f3ff;
}

.browse-template .home-sidebar .game-types .game-badge {
  border-radius: 7px;
  border-color: rgba(151, 211, 235, 0.14);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.browse-template .home-sidebar .game-types .product-count {
  background: rgba(68, 166, 207, 0.13);
  color: #98d7ee;
}

.shell-sidebar-promos a {
  border-color: rgba(124, 198, 255, 0.13);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.shell-section-head {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-color: rgba(124, 198, 255, 0.12);
}

.shell-section-head h1,
.shell-section-head h2 {
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
  text-shadow: none !important;
}

.shell-section-head p {
  color: #8eacc2;
}

.shell-result-count,
.shell-chip {
  border-color: rgba(102, 202, 239, 0.17) !important;
  background: rgba(38, 142, 184, 0.09) !important;
  color: #a6d9ed !important;
  font-weight: 700;
}

.browse-template ul.product-card-container > li .product-link {
  border-color: rgba(124, 198, 255, 0.12) !important;
  border-radius: 10px !important;
  background: rgba(14, 42, 68, 0.88) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2) !important;
}

.browse-template ul.product-card-container > li .product-link::before {
  background: linear-gradient(145deg, rgba(76, 190, 231, 0.16), transparent 52%) !important;
}

.browse-template ul.product-card-container > li .product-link:hover,
.browse-template ul.product-card-container > li .product-link:focus {
  border-color: rgba(95, 204, 243, 0.36) !important;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(78, 185, 225, 0.05) !important;
  transform: translateY(-3px) scale(1.003);
}

.browse-template ul.product-card-container > li .product-link:hover::before,
.browse-template ul.product-card-container > li .product-link:focus::before {
  opacity: 0.62;
}

.browse-template .main_image_item {
  background: #071827 !important;
}

.browse-template .main_image_item::after {
  display: none;
}

.browse-template ul.product-card-container > li div.thumbnail img {
  filter: saturate(1.035) contrast(1.015);
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info {
  gap: 10px;
  padding: 16px 16px 60px;
  background: linear-gradient(180deg, rgba(30, 68, 99, 0.78), rgba(20, 52, 80, 0.92));
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info h3,
.browse-template ul.product-card-container > li div.thumbnail .product-card-info .heading-3 {
  color: #edf6fb !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info .product-price,
.browse-template ul.product-card-container > li div.thumbnail .product-card-info p.product-price {
  color: #e2c47c !important;
  font-size: 23px;
  text-shadow: none !important;
}

.browse-template ul.product-card-container > li .product-link::after {
  right: 12px;
  bottom: 12px;
  padding: 8px 12px;
  border-color: rgba(112, 210, 244, 0.3) !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #55c4e8, #238bb8) !important;
  color: #041522 !important;
  box-shadow: 0 8px 18px rgba(2, 22, 36, 0.2) !important;
}

.browse-template ul.product-card-container > li .product-link:hover::after,
.browse-template ul.product-card-container > li .product-link:focus::after {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

@media (max-width: 1180px) {
  body.browse-template {
    background: #0f2a48 url("/assets/images/bnet-background-1280.0H4LX.jpg?v=6") no-repeat center -200px !important;
    background-size: 1280px auto !important;
  }

  .navbar-static.createCart {
    background: #0f2a48 url("/assets/images/bnet-background-1280.0H4LX.jpg?v=6") no-repeat center 0 !important;
  }

  .browse-template ul.product-card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .shell-product { grid-template-columns: 1fr; }
  .shell-product__media { min-height: 380px; }
}

@media (max-width: 920px) {
  .navbar.header .grid-container {
    position: relative;
  }

  .navbar.header .grid-75 {
    order: 3;
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  .wow-mobile-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    display: block !important;
    transform: translateY(-50%);
  }

  .wow-mobile-toggle::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    display: grid;
    width: 10px;
    height: 10px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6a78, #d92e49);
    color: #fff;
    box-shadow: 0 3px 10px rgba(217, 46, 73, 0.42);
    font-size: 0;
    font-weight: 900;
    line-height: 1;
  }

  body.wow-nav-open .wow-mobile-toggle {
    top: 26px;
  }

  #service .shell-support-badge { right: 5px; }

  .navbar-static > nav.navbar {
    display: none !important;
  }

  .carousel-banner {
    height: auto !important;
    aspect-ratio: 1920 / 299;
  }

  .home-banner {
    width: min(calc(100% - 24px), 1560px);
    margin-top: 14px !important;
  }

  .browse-template .browse-container {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    max-width: 100%;
  }

  .browse-template .home-sidebar {
    padding: 0 !important;
  }

  .shell-sidebar-promos {
    display: none;
  }

  .browse-template .home-sidebar::before {
    display: none !important;
  }

  .shell-category-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 0;
    background: rgba(20, 57, 89, 0.96);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    min-width: 0;
    overflow: hidden;
  }

  .shell-category-toggle span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .shell-category-toggle b {
    display: grid;
    min-width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 999px;
    background: rgba(0, 174, 255, 0.16);
    color: #a8e5ff;
    font-size: 12px;
    flex: 0 0 auto;
  }

  .browse-template .home-sidebar .game-types {
    display: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px;
    padding: 10px !important;
  }

  .browse-template .home-sidebar.categories-open .game-types {
    display: grid !important;
  }

  .shell-section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .shell-reviews, .shell-feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .grid-container,
  .footer {
    width: min(100% - 20px, 1180px) !important;
  }

  .carousel-banner {
    height: auto !important;
    aspect-ratio: 1920 / 299;
  }

  .home-banner {
    width: calc(100% - 20px);
    margin-top: 10px !important;
  }

  .carousel-banner .item {
    background-position: center !important;
  }

  .browse-template .home-banner .carousel-banner-controls .carousel-button {
    width: 32px !important;
    height: 32px !important;
  }

  .browse-template .home-sidebar .game-types {
    grid-template-columns: 1fr !important;
  }

  .browse-template ul.product-card-container {
    grid-template-columns: 1fr !important;
  }

  .shell-product__media { min-height: 280px; }
  .shell-product__info { padding: 22px; }
  .shell-product__price strong { font-size: 34px; }
  .shell-support { grid-template-columns: 1fr; }
  .shell-auth__providers { grid-template-columns: 1fr; }
  .shell-review { grid-template-columns: 1fr; }
  .shell-section-head h1,
  .shell-page-title { overflow-wrap: anywhere; }
}

/* Character product gallery. */
.shell-product__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.shell-product__eyebrow--status-only {
  justify-content: flex-end;
}

.shell-product__status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(73, 214, 146, 0.3);
  border-radius: 999px;
  background: rgba(73, 214, 146, 0.1);
  color: #7ce2ad;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shell-product__status--sold {
  border-color: rgba(255, 129, 108, 0.3);
  background: rgba(255, 104, 85, 0.1);
  color: #ff9a89;
}

.shell-product__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.shell-product__facts span {
  padding: 8px 11px;
  border: 1px solid rgba(90, 187, 255, 0.17);
  border-radius: 9px;
  background: rgba(22, 78, 118, 0.16);
  color: #92aabd;
  font-size: 12px;
}

.shell-product__facts b { color: #eaf8ff; }

.shell-product__media--gallery {
  display: block !important;
  align-self: start;
  min-height: 0 !important;
}

.shell-gallery__stage-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(91, 189, 255, 0.2);
  border-radius: 15px;
  background: #030910;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}

.shell-gallery__stage {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #030910;
  cursor: zoom-in;
}

.shell-product__media--gallery .shell-gallery__stage > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: filter 180ms ease, transform 260ms ease;
}

.shell-gallery__stage:hover > img {
  filter: brightness(0.88);
  transform: scale(1.012);
}

.shell-gallery__zoom,
.shell-gallery__counter {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(3, 10, 18, 0.78);
  color: #fff;
  backdrop-filter: blur(10px);
}

.shell-gallery__zoom {
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

.shell-gallery__counter {
  right: 14px;
  bottom: 14px;
  min-width: 57px;
  height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.shell-gallery__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(3, 10, 18, 0.82);
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 160ms ease, border-color 160ms ease, background 160ms ease;
  backdrop-filter: blur(10px);
}

.shell-gallery__stage-wrap:hover .shell-gallery__arrow,
.shell-gallery__arrow:focus-visible { opacity: 1; }
.shell-gallery__arrow:hover { border-color: rgba(76, 196, 255, 0.55); background: rgba(10, 42, 68, 0.92); }
.shell-gallery__arrow--prev { left: 12px; }
.shell-gallery__arrow--next { right: 12px; }

.shell-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin-top: 11px;
}

.shell-gallery__thumb {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.55;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(100, 173, 218, 0.18);
  border-radius: 9px;
  background: #06111d;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.shell-product__media--gallery .shell-gallery__thumb img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.shell-gallery__thumb span {
  position: absolute;
  right: 5px;
  bottom: 4px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 9px;
  font-weight: 900;
  text-shadow: 0 1px 4px #000;
}

.shell-gallery__thumb:hover { opacity: 0.9; transform: translateY(-1px); }
.shell-gallery__thumb.is-active { border-color: #41c5ff; box-shadow: 0 0 0 2px rgba(46, 180, 255, 0.16); opacity: 1; }

.shell-purchase--sold {
  border-color: rgba(255, 126, 104, 0.2);
  background: linear-gradient(145deg, rgba(104, 31, 27, 0.16), rgba(8, 21, 35, 0.55));
}

.shell-sold-state {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 17px;
}

.shell-sold-state__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 132, 111, 0.3);
  border-radius: 50%;
  background: rgba(255, 104, 85, 0.1);
  color: #ff9a89;
  font-size: 18px;
  font-weight: 900;
}

.shell-sold-state small { display: block; color: #8fa7b9; font-size: 10px; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.shell-sold-state strong { display: block; margin-top: 3px; color: #fff; font-size: 20px; }
.shell-sold-state p { margin: 6px 0 0; color: #9eb2c2; font-size: 13px; line-height: 1.55; }

body.has-gallery-lightbox { overflow: hidden; }

.shell-gallery-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background: rgba(0, 5, 10, 0.94);
  backdrop-filter: blur(14px);
}

.shell-gallery-lightbox[hidden] { display: none !important; }
.shell-gallery-lightbox figure { display: grid; min-width: 0; max-width: 1500px; max-height: calc(100vh - 60px); margin: auto; place-items: center; }
.shell-product__media--gallery .shell-gallery-lightbox img { width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 105px); border: 1px solid rgba(111, 197, 255, 0.24); border-radius: 8px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65); }
.shell-gallery-lightbox figcaption { margin-top: 12px; color: #9bb4c6; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.shell-gallery-lightbox__close,
.shell-gallery-lightbox__arrow {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(15, 34, 53, 0.8);
  color: #fff;
  cursor: pointer;
}

.shell-gallery-lightbox__close { position: absolute; z-index: 2; top: 18px; right: 20px; width: 46px; height: 46px; border-radius: 50%; font-size: 29px; }
.shell-gallery-lightbox__arrow { width: 52px; height: 64px; border-radius: 13px; font-size: 38px; }
.shell-gallery-lightbox__close:hover,
.shell-gallery-lightbox__arrow:hover { border-color: rgba(65, 197, 255, 0.6); background: rgba(14, 63, 96, 0.9); }

@media (max-width: 780px) {
  .shell-gallery__arrow { width: 36px; height: 46px; opacity: 1; }
  .shell-gallery__arrow--prev { left: 7px; }
  .shell-gallery__arrow--next { right: 7px; }
  .shell-gallery__thumbs { display: flex; padding: 2px; overflow-x: auto; scrollbar-width: thin; }
  .shell-gallery__thumb { flex: 0 0 104px; }
  .shell-gallery-lightbox { grid-template-columns: 1fr; padding: 64px 12px 18px; }
  .shell-gallery-lightbox__arrow { position: absolute; z-index: 2; top: 50%; width: 42px; height: 54px; transform: translateY(-50%); }
  .shell-gallery-lightbox__arrow--prev { left: 8px; }
  .shell-gallery-lightbox__arrow--next { right: 8px; }
}

@media (max-width: 520px) {
  .shell-product__eyebrow { align-items: flex-start; }
  .shell-product__facts span { flex: 1 1 auto; text-align: center; }
  .shell-gallery__zoom { top: 9px; right: 9px; width: 34px; height: 34px; }
  .shell-gallery__counter { right: 9px; bottom: 9px; }
}

/* v22: automatic cinematic carousel with hover-only side arrows */
#service {
  flex: 1 1 auto;
}

.carousel-banner .item.active {
  animation: shell-banner-drift 6.5s linear both !important;
}

.carousel-banner-controls {
  z-index: 30 !important;
  pointer-events: none;
}

.browse-template .home-banner .carousel-banner-controls .carousel-button {
  width: 38px !important;
  height: 64px !important;
  padding: 20px 11px !important;
  border-radius: 4px !important;
  background: rgba(2, 12, 24, 0.78) !important;
  backdrop-filter: blur(7px);
  opacity: 0 !important;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.2s ease,
    border-color 0.2s ease !important;
}

.browse-template .home-banner .carousel-banner-controls .carousel-button span {
  width: 14px !important;
  height: 14px !important;
  border-top: 3px solid #24c4f5;
  border-right: 3px solid #24c4f5;
  background: none !important;
  filter: drop-shadow(0 0 5px rgba(36, 196, 245, 0.45));
}

.browse-template .home-banner .carousel-banner-controls .carousel-button.left span {
  transform: rotate(-135deg);
}

.browse-template .home-banner .carousel-banner-controls .carousel-button.right span {
  transform: rotate(45deg);
}

.browse-template .home-banner .carousel-banner-controls .carousel-button.left {
  left: 16px !important;
  transform: translate(-10px, -50%);
}

.browse-template .home-banner .carousel-banner-controls .carousel-button.right {
  right: 16px !important;
  transform: translate(10px, -50%);
}

.home-banner:hover .carousel-banner-controls .carousel-button,
.carousel-banner:hover .carousel-banner-controls .carousel-button,
.carousel-banner:focus-within .carousel-banner-controls .carousel-button {
  opacity: 0.96 !important;
  pointer-events: auto;
  transform: translate(0, -50%) !important;
}

.browse-template .home-banner .carousel-banner-controls .carousel-button:hover,
.browse-template .home-banner .carousel-banner-controls .carousel-button:focus-visible {
  border-color: rgba(47, 196, 244, 0.72) !important;
  background: rgba(2, 28, 48, 0.92) !important;
  transform: translate(0, -50%) scale(1.08) !important;
}

@media (max-width: 640px) {
  .browse-template .home-banner .carousel-banner-controls .carousel-button {
    width: 30px !important;
    height: 44px !important;
    padding: 10px 7px !important;
  }
}

/* Authenticated-area reference screens */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.shell-account-summary {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(440px, 1.5fr);
  gap: 18px;
}

.shell-account-user,
.shell-account-stats,
.shell-account-ref {
  padding: 24px;
}

.shell-account-user {
  display: flex;
  align-items: center;
  gap: 18px;
}

.shell-account-avatar {
  display: grid;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(71, 215, 255, 0.55);
  border-radius: 5px;
  background: radial-gradient(circle at 35% 25%, rgba(71, 215, 255, 0.28), transparent 58%), #091827;
  color: #9de2ff;
  font-size: 38px;
  font-weight: 900;
}

.shell-account-avatar img,
.shell-user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shell-account-user span,
.shell-account-user strong,
.shell-account-user a {
  display: block;
}

.shell-account-user span { color: var(--wow-muted); font-size: 12px; }
.shell-account-user strong { margin: 5px 0 11px; color: #fff; line-height: 1.25; }
.shell-account-user a { color: var(--wow-blue-2); font-size: 12px; }

.shell-account-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.shell-account-stats dl {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(5, minmax(70px, 1fr));
  gap: 0;
  margin: 0;
}

.shell-account-stats dl > div {
  min-width: 0;
  padding: 3px 12px;
  border-left: 1px solid var(--wow-line);
}

.shell-account-stats dt {
  min-height: 30px;
  margin-bottom: 7px;
  color: var(--wow-muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shell-account-stats dd {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell-account-stats dd small { color: var(--wow-gold); font-size: 11px; }
.shell-account-stats .shell-button { flex: 0 0 auto; margin: 0; }

@media (min-width: 1201px) and (max-width: 1800px) {
  .shell-account-stats {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .shell-account-stats dl {
    width: 100%;
    overflow: visible;
  }

  .shell-account-stats dl > div {
    padding-inline: 10px;
  }

  .shell-account-stats .shell-button {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (min-width: 1201px) and (max-width: 1320px) {
  .shell-account-stats dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shell-account-stats dl > div {
    padding-block: 10px;
    border-bottom: 1px solid var(--wow-line);
  }
}

.shell-account-ref {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 180px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.shell-account-ref > div { display: flex; min-width: 0; }
.shell-account-ref > div:not(.shell-account-ref__help) {
  align-items: center;
  gap: 8px;
}
.shell-account-ref .shell-account-ref__help {
  display: grid;
  align-content: center;
  gap: 6px;
}
.shell-account-ref__help a {
  color: var(--wow-blue-2);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}
.shell-account-ref__help a:hover { color: #fff; text-decoration: underline; }
.shell-account-ref input,
.shell-payment-form input,
.shell-chat__composer input {
  min-width: 0;
  border: 1px solid rgba(137, 204, 232, 0.23) !important;
  border-radius: 3px !important;
  background: rgba(3, 13, 24, 0.76) !important;
  color: #dceaf5 !important;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.32) !important;
}

.shell-account-ref input { width: 100%; height: 44px; padding: 0 14px; }
.shell-account-ref button {
  min-height: 44px;
  padding-inline: 14px;
  flex: 0 0 auto;
  border: 1px solid rgba(71, 215, 255, 0.42);
  border-radius: 3px;
  background: rgba(0, 174, 255, 0.13);
  color: #a9e6ff;
  font-size: 12px;
  font-weight: 800;
}
.shell-account-ref small { color: var(--wow-muted); line-height: 1.45; }
.shell-account-notice { margin: 18px 0; }

.shell-order-history { overflow: hidden; }
.shell-order-history > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--wow-line);
}
.shell-order-history h2 { margin: 4px 0 0; color: #fff; font-size: 24px; }
.shell-order-history > header > span { color: var(--wow-muted); font-size: 12px; }
.shell-table-scroll { overflow-x: auto; }
.shell-orders { width: 100%; min-width: 860px; border-collapse: collapse; }
.shell-orders th,
.shell-orders td { padding: 16px 18px; border-bottom: 1px solid var(--wow-line); text-align: left; }
.shell-orders th { background: rgba(255, 255, 255, 0.035); color: var(--wow-muted); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.shell-orders td { color: #d9e8f2; font-size: 13px; }
.shell-orders tbody tr:last-child td { border-bottom: 0; }
.shell-orders tbody tr:hover { background: rgba(0, 174, 255, 0.045); }
.shell-orders td:first-child { color: #83d9ff; font-weight: 800; }
.shell-orders td:nth-child(2) { max-width: 360px; }
.shell-orders td:nth-child(2) a { color: #fff; font-weight: 700; }
.shell-orders td:nth-child(5) { color: var(--wow-gold); font-weight: 800; white-space: nowrap; }
.shell-order-download {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(71, 215, 255, 0.35);
  border-radius: 3px;
  background: rgba(0, 174, 255, 0.12);
  color: #b9ebff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.shell-order-download:hover { background: rgba(0, 174, 255, 0.22); color: #fff; }
.shell-order-download span { color: var(--wow-muted); }

.shell-payment-warning { margin-bottom: 18px; }
.shell-payment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  align-items: start;
  gap: 22px;
}
.shell-payment fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.shell-payment legend { margin-bottom: 13px; color: #fff; font-size: 15px; font-weight: 800; }
.shell-payment-methods { display: grid; grid-template-columns: repeat(5, minmax(140px, 1fr)); gap: 10px; }
.shell-payment-methods button {
  display: grid;
  min-height: 110px;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--wow-line);
  border-radius: 4px;
  background: linear-gradient(155deg, rgba(15, 36, 61, 0.92), rgba(7, 18, 32, 0.88));
  color: #dceaf5;
  cursor: pointer;
  transition: 0.2s ease;
}
.shell-payment-methods button:hover,
.shell-payment-methods button.is-selected {
  border-color: rgba(71, 215, 255, 0.65);
  background: linear-gradient(155deg, rgba(13, 81, 116, 0.78), rgba(7, 31, 52, 0.94));
  box-shadow: inset 0 0 24px rgba(0, 174, 255, 0.08), 0 8px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}
.shell-payment-methods button .shell-payment-method__logo {
  display: flex;
  width: 100%;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}
.shell-payment-method__logo img {
  display: block;
  width: auto;
  max-width: 145px;
  max-height: 38px;
  object-fit: contain;
}
.shell-payment-method__logo--cards img {
  max-width: 48px;
  max-height: 25px;
}
.shell-payment-method__logo--cards img:nth-child(2) { max-width: 38px; }
.shell-payment-method__logo--cards img:nth-child(3) { max-width: 52px; }
.shell-payment-method__logo--gateway img {
  width: 100px;
  height: 44px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(0 0, 78% 0, 78% 30%, 100% 30%, 100% 100%, 0 100%);
}
.shell-payment-method__logo--cryptobot img {
  width: 145px;
  height: 42px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.shell-payment-method__logo--volet img {
  filter: invert(1);
  opacity: 0.92;
}
.shell-payment-method__logo--country {
  gap: 6px !important;
}
.shell-payment-method__logo--country b {
  display: grid;
  width: 38px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: rgba(48, 116, 151, 0.4);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
}
.shell-payment-method__logo--country small {
  padding: 3px 6px;
  border: 1px solid rgba(99, 207, 246, 0.28);
  border-radius: 10px;
  background: rgba(0, 174, 255, 0.1);
  color: #9ee8ff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.shell-payment-method__logo--crypto b {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: #f7a921;
  color: #172233;
  font-size: 20px;
}
.shell-payment-method__logo--ru b { background: linear-gradient(to bottom, #f5f7fa 0 33%, #2462b9 33% 66%, #d52b1e 66%); }
.shell-payment-method__logo--az b { background: linear-gradient(to bottom, #00a7cf 0 33%, #ef3340 33% 66%, #4cae4f 66%); }
.shell-payment-method__logo--am b { background: linear-gradient(to bottom, #d90012 0 33%, #164194 33% 66%, #f2a800 66%); }
.shell-payment-method__logo--tj b { background: linear-gradient(to bottom, #cc0000 0 33%, #f4f4f4 33% 66%, #289728 66%); }
.shell-payment-method__logo--kz b { background: #00a3b4; }
.shell-payment-method__logo--uz b { background: linear-gradient(to bottom, #1eb4d4 0 31%, #fff 31% 64%, #29a34a 64%); }
.shell-payment-method__logo--ua b { background: linear-gradient(to bottom, #1e73be 0 50%, #ffd93d 50%); }
.shell-payment-method__logo--freekassa img {
  width: 116px;
  height: 38px;
  max-width: none;
  max-height: none;
  object-fit: fill;
  filter: invert(1);
}
.shell-freekassa-wordmark {
  display: inline-grid;
  width: max-content;
  justify-items: start;
  line-height: 1;
}
.shell-freekassa-wordmark b {
  color: #f3f7fa;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.025em;
}
.shell-freekassa-wordmark b span { color: #fa5745; }
.shell-freekassa-wordmark small {
  margin-top: 3px;
  color: #8193a0;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.shell-payment-guide__logo .shell-freekassa-wordmark b { font-size: 18px; }
.shell-payment-methods button strong { font-size: 13px; line-height: 1.25; }
.shell-payment-form { display: grid; gap: 10px; padding: 24px; }
.shell-payment-form label { color: #d7e5ef; font-size: 12px; font-weight: 800; }
.shell-payment-form input { width: 100%; height: 46px; padding: 0 13px; box-sizing: border-box; }
.shell-promo-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.shell-promo-control button {
  min-width: 96px;
  padding: 0 13px;
  border: 1px solid rgba(70, 201, 247, 0.46);
  border-radius: 3px;
  background: rgba(0, 174, 255, 0.1);
  color: #9ee9ff;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}
.shell-promo-control button:hover { border-color: rgba(91, 224, 255, 0.75); background: rgba(0, 174, 255, 0.18); }
.shell-promo-control button.is-applied {
  border-color: rgba(88, 220, 146, 0.45);
  background: rgba(41, 179, 104, 0.13);
  color: #90efb7;
}
.shell-promo-hint {
  margin-top: -4px;
  color: #718a9c;
  font-size: 9px;
}
.shell-promo-feedback {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border: 1px solid rgba(89, 178, 220, 0.2);
  border-radius: 3px;
  background: rgba(44, 112, 145, 0.08);
  box-sizing: border-box;
  color: #a9bdca;
  font-size: 10px;
  font-weight: 800;
}
.shell-promo-feedback > span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}
.shell-promo-feedback b {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(99, 189, 227, 0.16);
  color: #8edffc;
  font-size: 11px;
}
.shell-promo-feedback > strong { color: #b9d9e6; font-size: 12px; white-space: nowrap; }
.shell-promo-feedback.is-applied {
  border-color: rgba(70, 220, 137, 0.32);
  background: linear-gradient(135deg, rgba(28, 147, 84, 0.17), rgba(19, 79, 57, 0.14));
  color: #bff5d1;
}
.shell-promo-feedback.is-applied b { background: #36b972; color: #041d12; }
.shell-promo-feedback.is-applied > strong { color: #77efaa; }
.shell-promo-feedback.is-error {
  border-color: rgba(255, 102, 102, 0.35);
  background: rgba(163, 46, 46, 0.13);
  color: #ffc0c0;
}
.shell-promo-feedback.is-error b { background: rgba(255, 99, 99, 0.22); color: #ffb0b0; }
.shell-promo-feedback.is-error > strong { color: #ff9b9b; font-size: 9px; }
.shell-payment-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px;
  border: 1px solid rgba(85, 197, 237, 0.2);
  border-radius: 3px;
  background: rgba(3, 14, 26, 0.5);
}
.shell-payment-total > span { color: #9fb5c3; font-size: 10px; font-weight: 800; }
.shell-payment-total > div { display: flex; align-items: baseline; gap: 8px; }
.shell-payment-total small { color: #82a1b2; font-size: 9px; }
.shell-payment-total strong { color: #fff; font-size: 15px; }
.shell-money-input { position: relative; }
.shell-money-input input { padding-right: 52px; }
.shell-money-input span { position: absolute; right: 14px; top: 50%; color: var(--wow-gold); font-size: 11px; font-weight: 900; transform: translateY(-50%); }
.shell-payment-form .shell-button { margin-top: 8px; border: 0; cursor: pointer; }
.shell-interface-status { margin: 2px 0 0; color: var(--wow-muted); font-size: 11px; line-height: 1.45; }

#service .service-link { position: relative; overflow: visible; }
.shell-support-badge {
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
  display: grid;
  width: 10px;
  height: 10px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6a78, #d92e49);
  color: #fff;
  box-shadow: 0 3px 10px rgba(217, 46, 73, 0.42);
  font-size: 0;
  font-weight: 900;
  line-height: 1;
}

.shell-chat {
  position: relative;
  overflow: hidden;
  border-color: rgba(71, 215, 255, 0.2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 78% 14%, rgba(0, 174, 255, 0.09), transparent 32%),
    linear-gradient(180deg, rgba(7, 25, 42, 0.98), rgba(2, 13, 24, 0.98));
  box-shadow: 0 22px 55px rgba(0, 5, 12, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.shell-chat__header {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(71, 215, 255, 0.16);
  background: linear-gradient(105deg, rgba(12, 45, 70, 0.92), rgba(5, 24, 41, 0.76));
}
.shell-chat__mark {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(71, 215, 255, 0.25);
  border-radius: 50%;
  background: url("/assets/images/ws-mark.svg") center / 36px auto no-repeat, linear-gradient(135deg, rgba(0, 174, 255, 0.22), rgba(4, 17, 29, 0.76));
  color: #8be4ff;
  box-shadow: 0 8px 22px rgba(0, 10, 22, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.shell-chat__header-copy { min-width: 0; flex: 1 1 auto; }
.shell-chat__header strong,
.shell-chat__header small { display: block; }
.shell-chat__header strong { color: #fff; font-size: 14px; letter-spacing: 0.01em; }
.shell-chat__header small { margin-top: 4px; color: #8daaba; font-size: 10px; }
.shell-chat__presence { display: flex; align-items: center; gap: 7px; margin-left: auto; padding: 7px 10px; border: 1px solid rgba(75, 221, 147, 0.16); border-radius: 999px; background: rgba(75, 221, 147, 0.07); color: #9decc2; font-size: 10px; font-weight: 800; }
.shell-chat__presence i { width: 7px; height: 7px; border-radius: 50%; background: #4bdd93; box-shadow: 0 0 14px rgba(75, 221, 147, 0.72); }
.shell-chat__messages {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  height: clamp(400px, 50vh, 560px);
  min-height: 0;
  align-content: start;
  gap: 14px;
  padding: 26px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(71, 215, 255, 0.52) rgba(2, 13, 24, 0.42);
  scrollbar-gutter: stable;
  background: linear-gradient(180deg, rgba(5, 22, 38, 0.72), rgba(3, 16, 29, 0.9));
}
.shell-chat__messages::-webkit-scrollbar { width: 10px; }
.shell-chat__messages::-webkit-scrollbar-track { background: rgba(2, 13, 24, 0.42); }
.shell-chat__messages::-webkit-scrollbar-thumb { border: 3px solid rgba(2, 13, 24, 0.42); border-radius: 999px; background: rgba(71, 215, 255, 0.52); }
.shell-chat__messages::-webkit-scrollbar-thumb:hover { background: rgba(113, 226, 255, 0.72); }
.shell-chat__message {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  max-width: min(620px, 86%);
  overflow-wrap: anywhere;
  padding: 15px 17px 13px;
  border: 1px solid rgba(137, 204, 232, 0.18);
  border-radius: 5px 16px 16px 16px;
  background: linear-gradient(135deg, rgba(22, 54, 78, 0.88), rgba(12, 36, 57, 0.88));
  box-shadow: 0 10px 24px rgba(0, 6, 14, 0.19);
}
.shell-chat__message::before { content: ""; position: absolute; left: -1px; top: -1px; width: 28px; height: 2px; border-radius: 2px; background: #2abcf5; box-shadow: 0 0 10px rgba(42, 188, 245, 0.45); }
.shell-chat__message--user { justify-self: end; border-color: rgba(0, 174, 255, 0.27); border-radius: 16px 5px 16px 16px; background: linear-gradient(135deg, rgba(0, 132, 194, 0.22), rgba(10, 43, 68, 0.88)); }
.shell-chat__message--user::before { right: -1px; left: auto; }
.shell-chat__message strong { color: #f4fbff; font-size: 12px; }
.shell-chat__message p { margin: 6px 0 10px; color: #cfdfeb; line-height: 1.58; }
.shell-chat__message time { color: #7795a7; font-size: 9px; }
.shell-chat__composer { display: flex; gap: 10px; padding: 14px; border-top: 1px solid rgba(71, 215, 255, 0.14); background: rgba(1, 9, 17, 0.68); }
.shell-chat__composer input { width: 100%; height: 48px; padding: 0 17px; border-radius: 9px !important; transition: border-color 160ms ease, box-shadow 160ms ease; }
.shell-chat__composer input:focus { border-color: rgba(71, 215, 255, 0.58) !important; outline: 0; box-shadow: 0 0 0 3px rgba(0, 174, 255, 0.08), inset 0 2px 10px rgba(0, 0, 0, 0.28) !important; }
.shell-chat__composer button { display: flex; min-width: 132px; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(71, 215, 255, 0.52); border-radius: 9px; background: linear-gradient(135deg, rgba(0, 174, 255, 0.28), rgba(0, 113, 174, 0.3)); color: #d7f5ff; box-shadow: 0 8px 20px rgba(0, 116, 177, 0.13); font-size: 12px; font-weight: 900; cursor: pointer; transition: background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.shell-chat__composer button i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, 0.11); font-style: normal; font-size: 14px; }
.shell-chat__composer button:hover { border-color: rgba(117, 226, 255, 0.75); background: linear-gradient(135deg, rgba(0, 184, 255, 0.4), rgba(0, 125, 190, 0.4)); color: #fff; transform: translateY(-1px); }
.shell-chat > .shell-interface-status { margin: 0; padding: 0 16px 14px; background: rgba(1, 9, 17, 0.68); color: #66879a; }

@media (max-width: 1200px) {
  .shell-account-summary,
  .shell-payment { grid-template-columns: 1fr; }
  .shell-account-stats {
    align-items: stretch;
    flex-direction: column;
  }
  .shell-account-stats dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  .shell-account-stats dl > div { padding: 12px; border-bottom: 1px solid var(--wow-line); }
  .shell-account-stats .shell-button { width: 100%; box-sizing: border-box; }
  .shell-account-ref { grid-template-columns: 160px minmax(220px, 1fr); }
  .shell-account-ref__help { grid-column: 1 / -1; }
  .shell-payment-methods { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
}

@media (max-width: 760px) {
  .shell-account-stats { align-items: stretch; flex-direction: column; }
  .shell-account-stats dl { grid-template-columns: repeat(2, minmax(100px, 1fr)); }
  .shell-account-stats dl > div { padding: 12px; border-bottom: 1px solid var(--wow-line); }
  .shell-account-stats .shell-button { width: 100%; }
  .shell-account-ref { grid-template-columns: 1fr; }
  .shell-payment-methods { grid-template-columns: repeat(2, minmax(110px, 1fr)); }
}

@media (max-width: 520px) {
  .shell-account-user { align-items: flex-start; flex-direction: column; }
  .shell-payment-methods { grid-template-columns: 1fr 1fr; }
  .shell-payment-methods button { min-height: 104px; padding-inline: 8px; }
  .shell-chat__header { align-items: flex-start; flex-wrap: wrap; padding: 14px; }
  .shell-chat__mark { width: 42px; height: 42px; background-position: center, center; background-size: 33px auto, auto; }
  .shell-chat__header-copy { padding-top: 2px; }
  .shell-chat__presence { margin-left: 57px; }
  .shell-chat__messages { height: min(430px, 52vh); min-height: 330px; padding: 18px 14px; }
  .shell-chat__message { max-width: 92%; }
  .shell-chat__composer { flex-direction: column; }
  .shell-chat__composer button { min-height: 42px; }

  .shell-table-scroll { overflow: visible; }
  .shell-orders { min-width: 0; }
  .shell-orders thead { display: none; }
  .shell-orders,
  .shell-orders tbody { display: block; }
  .shell-orders tbody { padding: 10px; }
  .shell-orders tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid var(--wow-line);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.025);
  }
  .shell-orders tbody tr:last-child { margin-bottom: 0; }
  .shell-orders td {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
    padding: 12px;
    overflow-wrap: anywhere;
  }
  .shell-orders td::before {
    color: var(--wow-muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .shell-orders td:nth-child(1)::before { content: "ID"; }
  .shell-orders td:nth-child(2)::before { content: "Товар"; }
  .shell-orders td:nth-child(3)::before { content: "Количество"; }
  .shell-orders td:nth-child(4)::before { content: "Дата"; }
  .shell-orders td:nth-child(5)::before { content: "Цена"; }
  .shell-orders td:nth-child(6)::before { content: "Данные"; }
  .shell-orders td:nth-child(2),
  .shell-orders td:nth-child(6) { grid-column: 1 / -1; max-width: none; }
  .shell-order-download { width: 100%; }
}

/* v28: guest/authenticated header states and clean contained breadcrumbs */
.browse-template .home-sidebar::before {
  content: "КАТЕГОРИИ" !important;
}

.browse-template ul.product-card-container > li .product-link::after {
  display: none !important;
  content: none !important;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info {
  box-sizing: border-box;
  gap: 8px;
  min-height: 112px;
  flex: 0 0 auto;
  padding: 16px 16px 18px;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info .product-price,
.browse-template ul.product-card-container > li div.thumbnail .product-card-info p.product-price {
  flex: 0 0 auto;
  margin: 0;
  padding-top: 4px;
}

.browse-template ul.product-card-container > li div.thumbnail .product-card-info .product-price::before {
  display: none !important;
  content: none !important;
}

.navbar-static > nav.shell-breadcrumbs {
  min-height: 0;
  padding: 12px 0 4px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

.shell-breadcrumbs .grid-container {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 42px;
  padding-inline: 16px !important;
  overflow: hidden;
  border: 1px solid rgba(123, 204, 235, 0.15);
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(3, 16, 28, 0.78), rgba(14, 56, 82, 0.58), rgba(3, 16, 28, 0.78));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 8px 24px rgba(0, 0, 0, 0.12);
}

.shell-breadcrumbs .breadcrumb {
  width: 100%;
  min-height: 0;
  gap: 11px;
  overflow: hidden;
}

.shell-breadcrumbs .breadcrumb li {
  min-width: 0;
  gap: 11px;
  color: #91aec1;
  font-size: 12px;
  font-weight: 650;
}

.shell-breadcrumbs .breadcrumb li:first-child a {
  display: inline-flex;
  align-items: center;
  color: #d6effa;
  font-weight: 800;
  white-space: nowrap;
}

.shell-breadcrumbs .breadcrumb li:first-child a::before {
  display: none;
  content: none;
}

.shell-auth-guest[hidden],
.shell-user-menu[hidden] {
  display: none !important;
}

.shell-account-slot {
  display: flex !important;
  align-items: center;
  margin-left: 4px;
}

.shell-login-button,
.shell-user-topup,
.shell-user-purchases {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(113, 216, 247, 0.58);
  border-radius: 7px;
  background: linear-gradient(135deg, #74ddf7, #159fd8);
  color: #061525 !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(0, 174, 255, 0.2);
}

.shell-login-button:hover,
.shell-user-topup:hover,
.shell-user-purchases:hover {
  filter: brightness(1.08);
}

.shell-user-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shell-user-profile {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  color: #ecf8ff !important;
}

.shell-user-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(95, 215, 251, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, rgba(116, 221, 247, 0.42), transparent 55%), #102e48;
  color: #dff7ff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(24, 174, 234, 0.16);
}

.shell-user-name {
  max-width: 92px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell-user-balance {
  display: grid;
  width: 86px;
  min-width: 86px;
  padding: 4px 8px 4px 11px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1.1;
  text-decoration: none !important;
  box-sizing: border-box;
}

.shell-user-balance small {
  margin-bottom: 4px;
  color: #b9d3e3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.shell-user-balance strong {
  max-width: 100%;
  overflow: hidden;
  color: #ffd76a;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  text-shadow: 0 1px 6px rgba(255, 198, 62, 0.18);
  white-space: nowrap;
}

.shell-user-topup,
.shell-user-purchases {
  min-height: 36px;
  padding-inline: 12px;
  font-size: 10px;
}

.shell-user-purchases {
  white-space: nowrap;
}

.shell-user-logout {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(143, 210, 236, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: #86a8bc;
  font-size: 18px;
  cursor: pointer;
}

.shell-user-logout:hover {
  border-color: rgba(243, 141, 141, 0.4);
  color: #ffb4b4;
}

.shell-account-logout {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  padding: 0 10px;
  border: 1px solid rgba(143, 210, 236, 0.18);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.025);
  color: #8fb8cb;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.shell-account-logout:hover,
.shell-account-logout:focus-visible {
  border-color: rgba(243, 141, 141, 0.36);
  background: rgba(243, 91, 91, 0.07);
  color: #ffb4b4;
}

.shell-auth__providers button:not(:disabled) {
  cursor: pointer;
}

.shell-auth__providers button:not(:disabled):hover {
  border-color: rgba(var(--provider-rgb), 0.58);
  background: linear-gradient(135deg, rgba(var(--provider-rgb), 0.2), rgba(255, 255, 255, 0.055) 68%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055), 0 13px 28px rgba(0, 0, 0, 0.23), 0 0 20px rgba(var(--provider-rgb), 0.09);
  transform: translateY(-2px);
}
.shell-auth__providers button:not(:disabled):hover .shell-auth__icon { box-shadow: 0 9px 22px rgba(var(--provider-rgb), 0.36), inset 0 1px rgba(255, 255, 255, 0.26); transform: scale(1.06) rotate(-2deg); }
.shell-auth__providers button:not(:disabled):hover .shell-auth__arrow { color: rgb(var(--provider-rgb)); transform: translateX(2px); }
.shell-auth__providers button:focus-visible { outline: 2px solid rgba(var(--provider-rgb), 0.88); outline-offset: 3px; }

@media (min-width: 921px) and (max-width: 1180px) {
  .shell-user-name { display: none; }
  .shell-user-menu { gap: 6px; }
  .shell-user-topup,
  .shell-user-purchases { padding-inline: 9px; }
}

@media (min-width: 921px) and (max-width: 1050px) {
  .shell-user-profile { display: none; }
}

@media (max-width: 920px) {
  .shell-account-slot,
  .shell-auth-guest,
  .shell-user-menu {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .shell-account-slot {
    box-sizing: border-box;
    margin: 4px 0 0;
    padding: 10px;
  }

  .shell-login-button { width: 100%; }
  .shell-user-menu { flex-wrap: wrap; }
  .shell-user-profile { flex: 1 1 calc(100% - 98px); }
  .shell-user-balance { width: 88px; min-width: 0; flex: 0 0 88px; margin-left: auto; }
  .shell-user-balance strong {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .shell-user-topup,
  .shell-user-purchases { flex: 1 1 110px; }
}

.shell-breadcrumbs .breadcrumb li + li::before {
  content: "›";
  color: #4e819b;
  font-size: 19px;
  font-weight: 300;
}

.shell-breadcrumbs .breadcrumb .active {
  flex: 1 1 auto;
  overflow: hidden;
}

.shell-breadcrumbs .breadcrumb .active span {
  display: block;
  overflow: hidden;
  color: #a9c7d8;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Breadcrumbs follow the full-width navigation row used on the main site. */
.navbar-static > nav.navbar.shell-breadcrumbs {
  box-sizing: border-box;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border-top: 1px solid rgba(112, 195, 230, 0.045);
  border-bottom: 1px solid rgba(112, 195, 230, 0.09);
  background: rgba(7, 25, 44, 0.12) !important;
  box-shadow: none;
}

.shell-breadcrumbs .grid-container {
  display: flex;
  height: 100%;
  min-height: 0;
  align-items: center;
  padding-inline: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.shell-breadcrumbs .grid-container::after {
  display: none;
  content: none;
}

.shell-breadcrumbs .breadcrumb {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 0;
  width: 100% !important;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.shell-breadcrumbs .breadcrumb li {
  display: flex;
  height: 100%;
  min-width: 0;
  align-items: center;
  gap: 0;
  color: #a9c9d9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.shell-breadcrumbs .breadcrumb li + li::before {
  content: "›";
  display: block;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  margin: -2px 14px 0;
  padding: 0;
  border: 0;
  color: rgba(151, 205, 229, 0.42);
  font: 300 23px/1 Arial, sans-serif;
  transform: none;
}

.shell-breadcrumbs .breadcrumb a,
.shell-breadcrumbs .breadcrumb li:first-child a {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: #b9d7e5;
  font-weight: 500;
  line-height: 1;
}

.shell-breadcrumbs .breadcrumb-root a {
  gap: 8px;
}

.breadcrumb-home-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: #47c4ee;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shell-breadcrumbs .breadcrumb a:hover {
  color: #fff;
}

.shell-breadcrumbs .breadcrumb .active,
.shell-breadcrumbs .breadcrumb .active span {
  color: #e9f7fd;
}

.shell-breadcrumbs .breadcrumb .active {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  font-weight: 650;
}

.shell-breadcrumbs .breadcrumb .active span {
  display: block;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell-product__media {
  position: relative;
  isolation: isolate;
}

.shell-product__media::before,
.shell-product__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.shell-product__media::before {
  z-index: -2;
  background: var(--product-image) center / cover no-repeat;
  filter: blur(20px) brightness(0.42) saturate(1.18);
  opacity: 0.78;
  transform: scale(1.1);
}

.shell-product__media::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(4, 14, 25, 0.38), rgba(4, 14, 25, 0.12) 48%, rgba(4, 14, 25, 0.45));
  box-shadow: inset 0 0 70px rgba(2, 9, 17, 0.72);
}

.shell-product__media img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.shell-review {
  position: relative;
  min-height: 146px;
  align-items: start;
  overflow: hidden;
}

.shell-review::after {
  content: "“";
  position: absolute;
  right: 18px;
  bottom: -24px;
  color: rgba(77, 196, 236, 0.075);
  font: 900 110px/1 Georgia, serif;
  pointer-events: none;
}

.shell-review__avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 2px solid rgba(100, 210, 247, 0.48);
  background-color: #071827;
  box-shadow: 0 0 0 4px rgba(0, 174, 255, 0.06), 0 12px 24px rgba(0, 0, 0, 0.32);
}

.shell-review__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }

.shell-review__avatar-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #e1f5ff;
}
.shell-review__avatar-fallback svg { width: 60%; height: 60%; fill: currentColor; }

.shell-review h2 { font-size: 17px; }
.shell-review p { position: relative; z-index: 1; }

.shell-legal { overflow: hidden; }
.shell-legal__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin: calc(clamp(24px, 5vw, 48px) * -1) calc(clamp(24px, 5vw, 48px) * -1) 28px;
  padding: 24px clamp(24px, 5vw, 48px);
  border-bottom: 1px solid var(--wow-line);
  background: linear-gradient(90deg, rgba(255, 196, 77, 0.09), rgba(0, 174, 255, 0.04));
}
.shell-legal__header > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 196, 77, 0.34);
  border-radius: 50%;
  color: var(--wow-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.shell-legal__header h2 { margin: 0 0 5px; }
.shell-legal__header p { margin: 0; color: var(--wow-muted); line-height: 1.55; }
.shell-legal ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  counter-reset: wow-rule;
  list-style: none;
}
.shell-legal li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 12px;
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--wow-line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.025);
  box-sizing: border-box;
  counter-increment: wow-rule;
}
.shell-legal li::before {
  content: counter(wow-rule, decimal-leading-zero);
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 174, 255, 0.1);
  color: #7dd8f7;
  font-size: 11px;
  font-weight: 900;
}
.shell-legal li span { color: #b9ccd9; line-height: 1.62; }

.shell-guarantee-intro {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
  padding: 26px;
}
.shell-guarantee-intro__mark {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(76, 213, 154, 0.38);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76, 213, 154, 0.16), transparent 70%);
  color: #6ce3aa;
  font-size: 34px;
}
.shell-guarantee-intro h2 { margin: 5px 0 7px; color: #fff; }
.shell-guarantee-intro p { margin: 0; color: var(--wow-muted); line-height: 1.55; }
.shell-guarantee-video {
  display: grid;
  gap: 20px;
  margin-bottom: 18px;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
}
.shell-guarantee-video > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.shell-guarantee-video h2 { margin: 5px 0 7px; color: #fff; }
.shell-guarantee-video p { max-width: 760px; margin: 0; color: var(--wow-muted); line-height: 1.55; }
.shell-guarantee-video__badge { flex: 0 0 auto; padding: 7px 11px; border: 1px solid rgba(255, 86, 86, 0.3); border-radius: 999px; background: rgba(255, 36, 36, 0.1); color: #ff9a9a; font-size: 10px; font-weight: 900; letter-spacing: 0.05em; }
.shell-guarantee-video__frame {
  position: relative;
  width: min(100%, 1100px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(71, 215, 255, 0.2);
  border-radius: 12px;
  background: #020812;
  box-shadow: 0 18px 46px rgba(0, 5, 12, 0.34);
}
.shell-guarantee-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.shell-guarantee-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shell-guarantee-grid .shell-feature { position: relative; overflow: hidden; }
.shell-guarantee-grid .shell-feature::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(0, 174, 255, 0.08);
  border-radius: 50%;
}

@media (max-width: 960px) {
  .shell-legal ol,
  .shell-guarantee-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .navbar-static > nav.shell-breadcrumbs { padding: 0; }
  .shell-breadcrumbs .grid-container {
    min-height: 0;
    padding-inline: 13px !important;
  }
  .shell-breadcrumbs .breadcrumb li { font-size: 11px; }
  .shell-breadcrumbs .breadcrumb-parent { display: none; }
  .shell-breadcrumbs .breadcrumb .active { display: block; }
  .shell-breadcrumbs .breadcrumb li + li::before {
    display: block;
    margin-inline: 9px;
  }
  .shell-product__media::before { filter: blur(14px) brightness(0.4) saturate(1.12); }
  .shell-review { grid-template-columns: auto 1fr; }
  .shell-review__avatar { width: 54px; height: 54px; }
  .shell-legal__header,
  .shell-guarantee-intro { grid-template-columns: 1fr; }
  .shell-guarantee-video > header { flex-direction: column; }
  .shell-guarantee-video__badge { order: -1; }
}

/* Reversible preview: ambient fill around uncropped product images. */
.shell-product__media::before {
  z-index: 0;
  background: var(--product-image) center / cover no-repeat;
  filter: blur(28px) brightness(0.62) saturate(1.35);
  opacity: 0.96;
  transform: scale(1.16);
}

.shell-product__media::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 11, 20, 0.28), rgba(3, 11, 20, 0.04) 48%, rgba(3, 11, 20, 0.32)),
    linear-gradient(90deg, rgba(2, 9, 17, 0.2), transparent 24%, transparent 76%, rgba(2, 9, 17, 0.2));
  box-shadow: inset 0 0 54px rgba(2, 9, 17, 0.48);
}

.shell-product__media img {
  z-index: 2;
}

/* Guides and referral program */
.shell-guide { margin-top: 18px; }
.shell-guide > header { margin-bottom: 16px; }
.shell-guide > header h2 {
  margin: 5px 0 0;
  color: #fff;
  font-size: clamp(21px, 2vw, 29px);
}
.shell-guide-warning b { color: #fff; }

.shell-guide-steps,
.shell-referral-steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shell-guide-step {
  display: grid;
  grid-template-columns: minmax(210px, 0.58fr) minmax(0, 1.42fr);
  align-items: center;
  gap: 24px;
  padding: 22px;
  border: 1px solid var(--wow-line);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(8, 30, 49, 0.96), rgba(3, 18, 32, 0.95));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}
.shell-guide-step:nth-child(even) .shell-guide-step__copy { order: 2; }
.shell-guide-step__copy > span {
  color: var(--wow-blue-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.shell-guide-step h3 {
  margin: 7px 0 9px;
  color: #fff;
  font-size: 20px;
}
.shell-guide-step p {
  margin: 0;
  color: #bfd0dc;
  line-height: 1.65;
}
.shell-guide-step figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(118, 199, 233, 0.23);
  border-radius: 4px;
  background: #071421;
}
.shell-guide-step figure img {
  display: block;
  width: 100%;
  height: auto;
}
.shell-guide-step figcaption {
  padding: 9px 12px;
  border-top: 1px solid var(--wow-line);
  color: var(--wow-muted);
  font-size: 10px;
}
.shell-guide-step--finish {
  grid-template-columns: minmax(0, 1fr) 210px;
  border-color: rgba(74, 220, 151, 0.28);
}
.shell-guide-complete {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #9decc4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shell-guide-complete b {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(74, 220, 151, 0.55);
  border-radius: 50%;
  background: rgba(74, 220, 151, 0.1);
  font-size: 34px;
}
.shell-guide-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 24px;
}
.shell-guide-help h2 { margin: 5px 0 7px; color: #fff; }
.shell-guide-help p { margin: 0; color: var(--wow-muted); }
.shell-guide-help .shell-button { flex: 0 0 auto; margin: 0; }

.shell-referral-hero {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px;
  border-color: rgba(245, 190, 62, 0.28) !important;
  background: radial-gradient(circle at 10% 50%, rgba(245, 190, 62, 0.13), transparent 27%), rgba(3, 18, 32, 0.94) !important;
}
.shell-referral-hero__rate {
  display: flex;
  align-items: start;
  justify-content: center;
  color: var(--wow-gold);
}
.shell-referral-hero__rate strong { font-size: 70px; line-height: 0.9; }
.shell-referral-hero__rate span { margin: 4px 0 0 4px; font-size: 24px; font-weight: 900; }
.shell-referral-hero h2 {
  margin: 6px 0 9px;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
}
.shell-referral-hero p {
  max-width: 760px;
  margin: 0;
  color: #bfd0dc;
  line-height: 1.6;
}
.shell-referral-hero .shell-button { margin: 0; white-space: nowrap; }
.shell-referral-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shell-referral-steps li {
  display: flex;
  gap: 15px;
  padding: 21px;
  border: 1px solid var(--wow-line);
  border-radius: 5px;
  background: rgba(3, 18, 32, 0.9);
}
.shell-referral-steps li > span {
  color: var(--wow-blue-2);
  font-size: 11px;
  font-weight: 900;
}
.shell-referral-steps h3 { margin: 0 0 8px; color: #fff; font-size: 17px; }
.shell-referral-steps p { margin: 0; color: var(--wow-muted); line-height: 1.55; }
.shell-referral-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
  gap: 16px;
  margin: 16px 0;
}
.shell-referral-details > * { padding: 24px; }
.shell-referral-details h2 { margin: 6px 0 12px; color: #fff; }
.shell-referral-details ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 19px;
  color: #bfd0dc;
}
.shell-referral-example > span {
  color: var(--wow-blue-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.shell-referral-example dl { display: grid; gap: 9px; margin: 13px 0; }
.shell-referral-example dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--wow-line);
}
.shell-referral-example dt { color: var(--wow-muted); font-size: 11px; }
.shell-referral-example dd { margin: 0; color: #fff; font-weight: 900; }
.shell-referral-example small { color: var(--wow-muted); }

@media (max-width: 900px) {
  .shell-guide-step,
  .shell-guide-step--finish,
  .shell-referral-hero,
  .shell-referral-details { grid-template-columns: 1fr; }
  .shell-guide-step:nth-child(even) .shell-guide-step__copy { order: 0; }
  .shell-referral-hero__rate { justify-content: start; }
  .shell-referral-steps { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .shell-guide-step,
  .shell-referral-hero,
  .shell-referral-details > * { padding: 17px; }
  .shell-guide-help {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }
  .shell-guide-help .shell-button,
  .shell-referral-hero .shell-button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

/* v33: previously hidden storefront screens and server-backed states */
.shell-all-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  margin: 0 0 8px;
  padding: 0 13px;
  border: 1px solid rgba(94, 199, 239, 0.22);
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(0, 174, 255, 0.11), rgba(255, 255, 255, 0.035));
  color: #dff5ff;
  font-size: 12px;
  font-weight: 800;
}
.shell-all-categories b {
  color: var(--wow-blue-2);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shell-all-categories:hover {
  border-color: rgba(94, 199, 239, 0.48);
  background: rgba(0, 174, 255, 0.16);
  color: #fff;
}

.shell-category-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
.shell-category-directory__card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 12px 15px 12px 12px;
  border: 1px solid var(--wow-line);
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(15, 42, 68, 0.9), rgba(5, 20, 34, 0.92));
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.17);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.shell-category-directory__card:hover {
  border-color: rgba(85, 205, 249, 0.48);
  background: linear-gradient(145deg, rgba(19, 69, 99, 0.92), rgba(5, 29, 48, 0.94));
  transform: translateY(-2px);
}
.shell-category-directory__image {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(133, 213, 243, 0.22);
  border-radius: 4px;
  background: rgba(2, 12, 22, 0.72);
}
.shell-category-directory__image img { width: 100%; height: 100%; object-fit: cover; }
.shell-category-directory__copy { min-width: 0; }
.shell-category-directory__copy strong,
.shell-category-directory__copy small { display: block; }
.shell-category-directory__copy strong {
  overflow: hidden;
  color: #f3f9fd;
  font-size: 13px;
  line-height: 1.32;
  text-overflow: ellipsis;
}
.shell-category-directory__copy small { margin-top: 5px; color: var(--wow-muted); font-size: 10px; }
.shell-category-directory__card > b { color: var(--wow-blue-2); font-size: 24px; font-weight: 300; }

.shell-purchase {
  display: grid;
  gap: 13px;
  margin-bottom: 16px;
  padding: 17px;
  border: 1px solid rgba(100, 205, 244, 0.22);
  border-radius: 5px;
  background: rgba(3, 18, 31, 0.58);
}
.shell-purchase__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}
.shell-purchase__row > div > span,
.shell-purchase__total > span {
  display: block;
  margin-bottom: 7px;
  color: var(--wow-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.shell-quantity { display: grid; grid-template-columns: 44px 48px 44px; }
.shell-quantity button,
.shell-quantity output {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid rgba(117, 201, 234, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: #e7f6fd;
  box-sizing: border-box;
}
.shell-quantity button { font-size: 18px; cursor: pointer; }
.shell-quantity button:first-child { border-radius: 4px 0 0 4px; }
.shell-quantity button:last-child { border-radius: 0 4px 4px 0; }
.shell-quantity output { border-inline: 0; font-size: 13px; font-weight: 900; }
.shell-quantity button:hover { background: rgba(0, 174, 255, 0.16); color: #fff; }
.shell-purchase__total { text-align: right; }
.shell-purchase__total strong { color: var(--wow-gold); font-size: 22px; white-space: nowrap; }
.shell-purchase .shell-button { margin: 0; border: 0; cursor: pointer; }

.shell-result-count--waiting {
  border-color: rgba(255, 196, 77, 0.35);
  background: rgba(255, 196, 77, 0.08);
  color: var(--wow-gold);
}
.shell-bank-payment {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  gap: 18px;
}
.shell-bank-payment > * { padding: clamp(21px, 4vw, 32px); }
.shell-bank-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 196, 77, 0.25) !important;
  background: radial-gradient(circle at 88% 18%, rgba(255, 196, 77, 0.12), transparent 32%), linear-gradient(145deg, rgba(12, 43, 65, 0.96), rgba(3, 18, 31, 0.98)) !important;
}
.shell-bank-card::after {
  content: "WS";
  position: absolute;
  right: -10px;
  bottom: -34px;
  color: rgba(255, 255, 255, 0.025);
  font-size: 150px;
  font-weight: 900;
  pointer-events: none;
}
.shell-bank-card header { display: flex; align-items: center; justify-content: space-between; color: #e8f6fc; font-weight: 800; }
.shell-bank-card header b { color: var(--wow-gold); font-size: 11px; letter-spacing: 0.12em; }
.shell-bank-card__number,
.shell-bank-card__amount { position: relative; z-index: 1; margin-top: 27px; }
.shell-bank-card__number small,
.shell-bank-card__amount small { display: block; margin-bottom: 7px; color: var(--wow-muted); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.shell-bank-card__number strong { color: #fff; font-size: clamp(22px, 3vw, 34px); letter-spacing: 0.08em; }
.shell-bank-card__number button {
  min-height: 34px;
  margin-left: 12px;
  padding: 0 11px;
  border: 1px solid rgba(86, 206, 248, 0.36);
  border-radius: 3px;
  background: rgba(0, 174, 255, 0.1);
  color: #aeeaff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.shell-bank-card__amount strong { color: var(--wow-gold); font-size: 30px; }
.shell-bank-card__amount strong span { font-size: 12px; letter-spacing: 0.1em; }
.shell-bank-card > p { position: relative; z-index: 1; max-width: 580px; margin: 28px 0 0; color: #aebfcb; font-size: 12px; line-height: 1.55; }
.shell-bank-check h2 { margin: 7px 0 9px; color: #fff; }
.shell-bank-check > p { margin: 0; color: var(--wow-muted); line-height: 1.55; }
.shell-bank-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 0;
  padding: 14px;
  border: 1px solid var(--wow-line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.035);
}
.shell-bank-timer span { color: var(--wow-muted); font-size: 11px; }
.shell-bank-timer strong { color: var(--wow-gold); font-size: 22px; font-variant-numeric: tabular-nums; }
.shell-bank-check .shell-button { border: 0; cursor: pointer; }
.shell-bank-check > a { display: block; margin-top: 13px; color: var(--wow-blue-2); font-size: 11px; text-align: center; }
.shell-bank-warning { margin-top: 18px; }

.shell-review-compose {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 24px;
  margin: 18px 0 0;
  padding: 24px;
}
.shell-review-compose h2 { margin: 6px 0 7px; color: #fff; }
.shell-review-compose > div > p { margin: 0; color: var(--wow-muted); }
.shell-review-compose form { display: grid; gap: 8px; }
.shell-review-compose textarea {
  width: 100%;
  min-height: 108px;
  padding: 13px 14px;
  border: 1px solid rgba(137, 204, 232, 0.23);
  border-radius: 4px;
  background: rgba(3, 13, 24, 0.76);
  color: #dceaf5;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.32);
  box-sizing: border-box;
  resize: vertical;
}
.shell-review-compose textarea:focus { border-color: rgba(71, 215, 255, 0.58); outline: 0; }
.shell-review-compose form > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.shell-review-compose form > div > span { color: var(--wow-muted); font-size: 10px; }
.shell-review-compose form .shell-button { margin: 0; border: 0; cursor: pointer; }
.shell-review-more { display: flex; justify-content: center; }
.shell-review-more .shell-button { min-width: 240px; margin-top: 18px; border: 0; cursor: pointer; }
.shell-review-more .shell-button span {
  display: inline-grid;
  min-width: 24px;
  height: 20px;
  margin-left: 7px;
  padding: 0 5px;
  place-items: center;
  border-radius: 10px;
  background: rgba(2, 15, 27, 0.24);
  font-size: 10px;
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  .shell-category-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .shell-bank-payment,
  .shell-review-compose { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell-category-directory { grid-template-columns: 1fr; }
  .shell-category-directory__card { min-height: 74px; }
  .shell-purchase__row { align-items: stretch; flex-direction: column; }
  .shell-purchase__total { text-align: left; }
  .shell-bank-payment > *,
  .shell-review-compose { padding: 18px; }
  .shell-bank-card__number strong { display: block; font-size: 21px; }
  .shell-bank-card__number button { margin: 10px 0 0; }
  .shell-review-compose form > div { align-items: stretch; flex-direction: column; }
  .shell-review-compose form .shell-button { width: 100%; }
}

/* v34: richer FAQ presentation */
.shell-faq-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
  padding: 24px 26px;
  border-color: rgba(85, 205, 249, 0.27) !important;
  background: radial-gradient(circle at 8% 50%, rgba(0, 174, 255, 0.15), transparent 28%), linear-gradient(145deg, rgba(12, 43, 68, 0.96), rgba(4, 20, 35, 0.96)) !important;
}
.shell-faq-hero__mark {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(108, 215, 251, 0.48);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 174, 255, 0.2), rgba(0, 174, 255, 0.04));
  box-shadow: 0 0 28px rgba(0, 174, 255, 0.12);
  color: #a7eaff;
  font-size: 32px;
  font-weight: 300;
}
.shell-faq-hero h2,
.shell-faq-footer h2 { margin: 5px 0 7px; color: #fff; font-size: clamp(20px, 2vw, 27px); }
.shell-faq-hero p,
.shell-faq-footer p { max-width: 760px; margin: 0; color: var(--wow-muted); line-height: 1.55; }
.shell-faq-list { gap: 10px; }
.shell-faq-list details {
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(11, 34, 56, 0.94), rgba(4, 18, 32, 0.94));
  transition: border-color 0.2s ease, background 0.2s ease;
}
.shell-faq-list details:hover,
.shell-faq-list details[open] {
  border-color: rgba(82, 199, 241, 0.38);
  background: linear-gradient(145deg, rgba(14, 49, 73, 0.96), rgba(4, 22, 38, 0.96));
}
.shell-faq-list summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 12px 58px 12px 16px;
}
.shell-faq-list summary > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(104, 207, 245, 0.3);
  border-radius: 50%;
  background: rgba(0, 174, 255, 0.08);
  color: var(--wow-blue-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.shell-faq-list summary > strong { color: #f3f9fd; font-size: 15px; line-height: 1.4; }
.shell-faq-list summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(105, 208, 245, 0.23);
  border-radius: 50%;
  background: rgba(0, 174, 255, 0.06);
  font-size: 20px;
}
.shell-faq-answer {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  margin: 0 16px;
  padding: 16px 0 20px;
  border-top: 1px solid rgba(128, 202, 232, 0.13);
}
.shell-faq-answer i { width: 2px; height: 100%; margin: 0 auto; border-radius: 2px; background: linear-gradient(var(--wow-blue-2), transparent); }
.shell-faq-list details .shell-faq-answer p { margin: 0; padding: 0 42px 0 0; color: #b8cbd8; line-height: 1.7; }
.shell-faq-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 18px;
  padding: 23px 25px;
}
.shell-faq-footer .shell-button { flex: 0 0 auto; margin: 0; }

@media (max-width: 760px) {
  .shell-faq-hero { grid-template-columns: auto minmax(0, 1fr); padding: 20px; }
  .shell-faq-footer { align-items: stretch; flex-direction: column; }
  .shell-faq-footer .shell-button { width: 100%; box-sizing: border-box; }
}

@media (max-width: 520px) {
  .shell-faq-hero { grid-template-columns: 1fr; }
  .shell-faq-hero__mark { width: 56px; height: 56px; }
  .shell-faq-list summary { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; min-height: 64px; padding: 10px 50px 10px 12px; }
  .shell-faq-list summary > span { width: 32px; height: 32px; }
  .shell-faq-answer { grid-template-columns: 26px minmax(0, 1fr); gap: 10px; margin-inline: 12px; }
  .shell-faq-list details .shell-faq-answer p { padding-right: 4px; }
}

/* Product artwork without a separate card: page background remains visible around it. */
.shell-product__media {
  align-self: stretch;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.shell-product__media::before,
.shell-product__media::after {
  display: block !important;
}

.shell-product__media::before {
  display: none !important;
}

.shell-product__media::after {
  display: none !important;
}

.shell-product__media img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

/* Keep the complete balance visible in the authenticated desktop header. */
.shell-user-balance {
  width: 106px;
  min-width: 106px;
  padding-inline: 9px;
}

.shell-user-balance strong {
  overflow: visible;
  text-overflow: clip;
}

@media (max-width: 640px) {
  .shell-product__media { min-height: 270px !important; }

  .shell-product__info h1 {
    overflow-wrap: anywhere;
    font-size: clamp(24px, 6.5vw, 28px);
    line-height: 1.22;
  }

  .shell-account-ref > div:not(.shell-account-ref__help) {
    align-items: stretch;
    flex-direction: column;
  }

  .shell-account-ref input {
    box-sizing: border-box;
    text-overflow: ellipsis;
  }

  .shell-account-ref button { width: 100%; }
}

/* v36 trial: paginated purchase history preview. */
.shell-order-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 16px 18px;
  border-top: 1px solid var(--wow-line);
  background: rgba(2, 12, 22, 0.42);
}

.shell-order-pagination button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(112, 199, 234, 0.23);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.035);
  color: #bcd1dd;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.shell-order-pagination button:hover,
.shell-order-pagination button.is-current {
  border-color: rgba(71, 215, 255, 0.62);
  background: rgba(0, 174, 255, 0.16);
  color: #fff;
  box-shadow: 0 0 16px rgba(0, 174, 255, 0.1);
}

.shell-order-pagination button:disabled {
  cursor: default;
  opacity: 0.34;
}

/* v37 trial: payment system descriptions restored from the old site. */
.shell-payment-guide {
  margin-bottom: 20px;
  padding: 24px;
  border-color: rgba(84, 203, 244, 0.27) !important;
  background: radial-gradient(circle at 5% 16%, rgba(0, 174, 255, 0.12), transparent 23%), linear-gradient(145deg, rgba(10, 37, 61, 0.96), rgba(4, 19, 33, 0.96)) !important;
}

.shell-payment-guide > header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  margin-bottom: 18px;
}

.shell-payment-guide__mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(87, 208, 248, 0.4);
  border-radius: 50%;
  background: rgba(0, 174, 255, 0.1);
  color: #a9eaff;
  font-size: 22px;
  font-weight: 700;
}

.shell-payment-guide h2 {
  margin: 5px 0 5px;
  color: #fff;
  font-size: clamp(19px, 2vw, 25px);
}

.shell-payment-guide > header p {
  margin: 0;
  color: var(--wow-muted);
  line-height: 1.5;
}

.shell-payment-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.shell-payment-guide__grid article {
  display: grid;
  grid-template-rows: 44px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: 144px;
  padding: 14px;
  border: 1px solid rgba(118, 199, 231, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.028);
  box-sizing: border-box;
}

.shell-payment-guide__logo {
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid rgba(118, 199, 231, 0.11);
}

.shell-payment-guide__logo img {
  display: block;
  width: auto;
  max-width: 164px;
  max-height: 35px;
  object-fit: contain;
}

.shell-payment-guide__logo:has(img + img) img {
  max-width: 56px;
  max-height: 26px;
}

.shell-payment-guide__logo--paypalych img {
  max-width: 172px;
  max-height: 37px;
}

.shell-payment-guide__logo--freekassa img {
  width: 126px;
  height: 36px;
  max-width: none;
  max-height: none;
  object-fit: fill;
  filter: invert(1);
}

.shell-payment-guide__grid strong {
  display: block;
  margin-bottom: 5px;
  color: #eef9fd;
  font-size: 12px;
}

.shell-payment-guide__grid p {
  margin: 0;
  color: #aebfcb;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .shell-payment-guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .shell-payment-guide { padding: 18px; }
  .shell-payment-guide > header { grid-template-columns: 1fr; }
  .shell-payment-guide__grid { grid-template-columns: 1fr; }
  .shell-payment-guide__grid article { min-height: 0; }
}

/* Keep the header usable in desktop-site mode and on compact monitors. */
@media (min-width: 921px) and (max-width: 1439px) {
  .navbar-static .navbar.header {
    height: auto !important;
    min-height: 80px !important;
  }

  .navbar.header .grid-container {
    position: relative;
    min-height: 96px;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    padding-block: 10px !important;
  }

  .navbar.header .grid-25 {
    flex: 0 0 178px !important;
    width: 178px !important;
  }

  .navbar.header .grid-75 {
    order: initial;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0;
  }

  .wow-mobile-toggle {
    display: none !important;
  }

  #service {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
  }

  #service .service-bar {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }

  #service .service-link,
  #service .dropdown {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .shell-account-slot,
  .shell-auth-guest,
  .shell-user-menu {
    width: 100%;
  }

  .shell-account-slot {
    grid-column: 1 / -1;
    box-sizing: border-box;
    padding-top: 0;
  }

  .shell-user-menu {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

/* Wide desktop header: vertically centered navigation and account actions grouped right. */
@media (min-width: 1440px) {
  .navbar-static .navbar.header {
    height: auto !important;
    min-height: 84px !important;
  }

  .navbar.header .grid-container {
    min-height: 84px;
    align-items: center;
  }

  #service,
  #service .service-bar {
    width: 100%;
  }

  #service .service-bar {
    gap: clamp(8px, 0.55vw, 14px);
  }

  #service .service-cell {
    padding-bottom: 0;
  }

  #service .service-link,
  #service .dropdown {
    min-height: 44px !important;
    padding-inline: clamp(12px, 1vw, 18px) !important;
    font-size: 15px !important;
  }

  #service .shell-account-slot {
    margin-left: 4px;
    padding-left: 0;
  }

  #service .shell-login-button {
    min-height: 44px;
    padding-inline: 20px;
    font-size: 13px;
  }
}

/* v77: Battle.net-inspired product image loading state. */
.shell-card-image-loader {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(22, 117, 166, 0.18), transparent 36%),
    rgba(5, 28, 49, 0.54);
  color: var(--wow-blue-2);
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.shell-card-image-loader svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
  filter: drop-shadow(0 0 12px rgba(49, 190, 235, 0.3));
  animation: shell-card-loader-spin 1.05s linear infinite;
}

.shell-card-image-loading.is-loaded .shell-card-image-loader {
  visibility: hidden;
  opacity: 0;
}

@keyframes shell-card-loader-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .shell-card-image-loader svg { animation: none; }
}

@media (max-width: 1439px) {
  .navbar-static .navbar.header {
    height: auto !important;
  }

  #service {
    position: static;
    top: auto;
    right: auto;
    float: none;
  }
}

/* Product pages with several character screenshots: all images stay visible. */
.shell-product--screenshots {
  align-items: start;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
}

.shell-product__screenshots {
  display: grid;
  min-width: 0;
  gap: 13px;
}

.shell-product__screenshots > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 5px 2px 3px;
}

.shell-product__screenshots > header h2 {
  margin: 5px 0 0;
  color: #f4f9fd;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.15;
}

.shell-product__screenshots > header > span {
  flex: 0 0 auto;
  color: #91aabe;
  font-size: 12px;
  font-weight: 800;
}

.shell-screenshot-list {
  display: grid;
  gap: 13px;
  min-width: 0;
}

.shell-screenshot {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(105, 195, 250, 0.2);
  border-radius: 8px;
  background: #030a12;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.shell-screenshot a {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #02070c;
}

.shell-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  transition: filter 180ms ease;
}

.shell-screenshot a:hover img { filter: brightness(1.06); }

.shell-screenshot figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 42px;
  padding: 0 13px;
  border-top: 1px solid rgba(105, 195, 250, 0.14);
  background: linear-gradient(90deg, rgba(11, 33, 52, 0.98), rgba(6, 20, 34, 0.98));
}

.shell-screenshot figcaption span {
  color: #dcebf5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.shell-screenshot figcaption small {
  color: #75cdee;
  font-size: 10px;
  font-weight: 800;
}

@media (min-width: 1181px) {
  .shell-product--screenshots .shell-product__info {
    position: sticky;
    top: 18px;
    align-self: start;
  }
}

@media (max-width: 1180px) {
  .shell-product--screenshots { grid-template-columns: minmax(0, 1fr) !important; }
  .shell-product--screenshots .shell-product__info { order: -1; }
}

@media (max-width: 520px) {
  .shell-product__screenshots > header { align-items: start; flex-direction: column; gap: 7px; }
  .shell-screenshot-list { gap: 10px; }
  .shell-screenshot figcaption { min-height: 38px; padding-inline: 10px; }
  .shell-screenshot figcaption small { display: none; }
}

/* Final width guards for screenshot galleries inside the one-column mobile grid. */
.shell-product,
.shell-product__media--gallery,
.shell-gallery__stage-wrap,
.shell-gallery__stage,
.shell-gallery__thumbs,
.shell-product__info {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  .shell-product { grid-template-columns: minmax(0, 1fr) !important; }
}

@media (max-width: 640px) {
  .shell-product { width: 100%; overflow: hidden; }
  .shell-product__media--gallery { width: 100%; overflow: hidden !important; }
  .shell-gallery__stage-wrap,
  .shell-gallery__stage { width: 100%; }
  .shell-product__media--gallery .shell-gallery__stage > img { max-width: 100%; }
  .shell-gallery__thumbs { width: 100%; }
  .shell-product__info { width: 100%; overflow: hidden; }
  .shell-product__eyebrow { min-width: 0; }
  .shell-product__eyebrow .shell-kicker { min-width: 0; overflow-wrap: anywhere; }
  .shell-product__status { flex: 0 0 auto; }
  .shell-product__info h1 { max-width: 100%; word-break: break-word; }
}

/* Separate character listings use one in-window, swipeable screenshot carousel. */
.shell-product--character-gallery {
  align-items: center;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
}

.shell-character-carousel {
  width: min(100%, 680px);
  margin-inline: auto;
  align-self: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(104, 197, 250, 0.22);
  border-radius: 9px;
  background: linear-gradient(155deg, rgba(10, 29, 48, 0.96), rgba(4, 15, 26, 0.98));
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.38);
}

.shell-character-carousel > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 15px 18px 13px;
  border-bottom: 1px solid rgba(104, 197, 250, 0.15);
}

.shell-character-carousel > header h2 {
  margin: 4px 0 0;
  color: #f2f8fc;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.15;
}

.shell-character-carousel > header > span {
  flex: 0 0 auto;
  color: #8ea9bd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.shell-character-carousel > header > span b { color: #73d7f5; font-size: 16px; }

.shell-character-carousel__viewport {
  position: relative;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 1092 / 695;
  background: #02070d;
  cursor: grab;
  outline: none;
  touch-action: pan-y;
  user-select: none;
}

.shell-character-carousel__viewport:focus-visible {
  box-shadow: inset 0 0 0 2px #55c9f1;
}

.shell-character-carousel__viewport.is-dragging { cursor: grabbing; }

.shell-character-carousel__track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.shell-character-carousel__viewport.is-dragging .shell-character-carousel__track {
  transition-duration: 160ms;
}

.shell-character-carousel__slide {
  position: relative;
  display: grid;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  place-items: center;
  background: #02070d;
}

.shell-character-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 220ms ease, transform-origin 80ms linear;
}

.shell-character-carousel__viewport.is-zoomed {
  cursor: crosshair;
}

.shell-character-carousel__viewport.is-zoomed .shell-character-carousel__slide[aria-hidden="false"] img {
  transform: scale(1.8);
  transform-origin: var(--character-zoom-x, 50%) var(--character-zoom-y, 50%);
}

.shell-character-carousel__slide figcaption {
  position: absolute;
  left: 13px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(1, 8, 15, 0.76);
  color: #e8f5fc;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.shell-character-carousel__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 44px;
  height: 64px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(116, 204, 251, 0.24);
  border-radius: 6px;
  background: rgba(2, 12, 22, 0.82);
  color: #fff;
  font-size: 37px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
  backdrop-filter: blur(9px);
}

.shell-character-carousel__arrow:hover {
  border-color: rgba(86, 209, 255, 0.68);
  background: rgba(7, 50, 78, 0.92);
  transform: translateY(-50%) scale(1.04);
}

.shell-character-carousel__arrow--prev { left: 12px; }
.shell-character-carousel__arrow--next { right: 12px; }

.shell-character-carousel > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 0 18px;
  border-top: 1px solid rgba(104, 197, 250, 0.14);
}

.shell-character-carousel > footer > span {
  color: #829caf;
  font-size: 10px;
  font-weight: 800;
}

.shell-character-carousel__dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.shell-character-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(132, 176, 202, 0.35);
  cursor: pointer;
  transition: width 200ms ease, background 200ms ease;
}

.shell-character-carousel__dots button.is-active {
  width: 27px;
  background: #50c9f2;
}

@media (min-width: 1181px) {
  .shell-product--character-gallery .shell-product__info {
    position: sticky;
    top: 18px;
    align-self: start;
  }
}

@media (max-width: 1180px) {
  .shell-product--character-gallery { grid-template-columns: minmax(0, 1fr) !important; }
  .shell-product--character-gallery .shell-product__info { order: -1; }
}

@media (max-width: 520px) {
  .shell-character-carousel > header { min-height: 62px; padding: 12px; }
  .shell-character-carousel > header h2 { font-size: 18px; }
  .shell-character-carousel__arrow { width: 44px; height: 54px; font-size: 31px; }
  .shell-character-carousel__arrow--prev { left: 7px; }
  .shell-character-carousel__arrow--next { right: 7px; }
  .shell-character-carousel__slide figcaption { left: 8px; bottom: 8px; }
  .shell-character-carousel > footer { min-height: 43px; padding-inline: 12px; }
  .shell-character-carousel > footer > span { display: none; }
}

/* Thumbnail rail and zoom behavior, matching the legacy multi-image product view. */
.shell-character-carousel {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shell-character-carousel__viewport {
  overflow: hidden;
  border: 1px solid rgba(103, 192, 244, 0.24);
  border-radius: 5px;
  background: #02070d;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  cursor: zoom-in;
}

.shell-character-carousel__viewport.is-dragging { cursor: grabbing; }

.shell-character-carousel__zoom {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(4, 12, 21, 0.78);
  color: #fff;
  cursor: zoom-in;
  backdrop-filter: blur(9px);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.shell-character-carousel__zoom:hover {
  border-color: rgba(78, 203, 250, 0.68);
  background: rgba(8, 47, 72, 0.92);
  transform: scale(1.06);
}

.shell-character-carousel__zoom.is-active {
  border-color: rgba(86, 216, 255, 0.78);
  background: rgba(13, 91, 128, 0.96);
  color: #fff;
  cursor: zoom-out;
  box-shadow: 0 0 0 3px rgba(76, 199, 240, 0.13);
}

.shell-character-carousel__zoom svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.shell-character-carousel__rail {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 10px;
  width: min(100% - 12px, 654px);
  margin: 18px auto 0;
}

.shell-character-carousel__rail-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0 0 2px;
  place-items: center;
  border: 1px solid rgba(110, 195, 239, 0.28);
  border-radius: 50%;
  background: #d7e6ef;
  color: #17334a;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.shell-character-carousel__rail-arrow:hover {
  background: #55c9ef;
  color: #03121c;
  transform: scale(1.08);
}

.shell-character-carousel__thumbs {
  display: flex;
  gap: 9px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.shell-character-carousel__thumbs::-webkit-scrollbar { display: none; }

.shell-character-carousel__thumb {
  position: relative;
  min-width: 0;
  flex: 0 0 calc(var(--character-thumb-width, 16.6667%) - 7.5px);
  aspect-ratio: 1.38;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 3px;
  background: #06111c;
  opacity: 0.72;
  cursor: pointer;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.shell-character-carousel__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.shell-character-carousel__thumb:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.shell-character-carousel__thumb.is-active {
  border-color: #e3bd64;
  box-shadow: 0 0 0 1px rgba(227, 189, 100, 0.22);
  opacity: 1;
}

.shell-character-carousel > footer {
  position: relative;
  justify-content: center;
  min-height: 35px;
  padding: 0 8px;
  border: 0;
  text-align: center;
}

.shell-character-carousel > footer > span {
  position: absolute;
  right: 8px;
  color: #7590a4;
  font-size: 10px;
}

.shell-character-carousel__dots { gap: 13px; }
.shell-character-carousel__dots button { width: 6px; height: 6px; background: rgba(2, 12, 21, 0.72); }
.shell-character-carousel__dots button.is-active { width: 6px; background: #4bc6ef; box-shadow: 0 0 0 3px rgba(75, 198, 239, 0.14); }

body.has-character-lightbox { overflow: hidden; }

.shell-character-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 18%, rgba(41, 164, 222, 0.28), transparent 42%),
    linear-gradient(rgba(7, 29, 51, 0.9), rgba(5, 20, 37, 0.95)),
    url("/assets/images/bnet-background-1920.3ooDe.jpg?v=6") center / cover no-repeat;
  backdrop-filter: blur(4px);
}

.shell-character-lightbox[hidden] { display: none !important; }

.shell-character-lightbox__close,
.shell-character-lightbox__arrow {
  z-index: 2;
  border: 1px solid rgba(129, 211, 252, 0.28);
  background: rgba(12, 43, 68, 0.9);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(9px);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.shell-character-lightbox__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 46px;
  height: 46px;
  padding: 0 0 3px;
  border: 1px solid rgba(129, 211, 252, 0.28);
  border-radius: 50%;
  font-size: 29px;
}

.shell-character-lightbox__arrow {
  display: grid;
  width: 56px;
  height: 74px;
  padding: 0 0 3px;
  place-items: center;
  border-radius: 8px;
  font-size: 40px;
  line-height: 1;
}

.shell-character-lightbox__close:hover,
.shell-character-lightbox__arrow:hover {
  border-color: rgba(90, 213, 255, 0.72);
  background: rgba(16, 76, 112, 0.96);
}

.shell-character-lightbox__arrow:hover { transform: scale(1.05); }

.shell-character-lightbox figure {
  display: grid;
  min-width: 0;
  max-width: 1500px;
  max-height: calc(100vh - 50px);
  margin: auto;
  place-items: center;
}

.shell-character-lightbox figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 92px);
  border: 1px solid rgba(103, 192, 244, 0.25);
  border-radius: 5px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.68);
}

.shell-character-lightbox figcaption {
  margin-top: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(113, 205, 248, 0.2);
  border-radius: 999px;
  background: rgba(8, 33, 54, 0.76);
  color: #a9c9db;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.shell-character-lightbox figcaption b { color: #61d1f5; }

@media (max-width: 640px) {
  .shell-character-carousel__rail { width: 100%; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 6px; margin-top: 10px; }
  .shell-character-carousel__rail-arrow { width: 44px; height: 44px; font-size: 25px; }
  .shell-character-carousel__thumbs { gap: 4px; }
  .shell-character-carousel__thumb { flex: 0 0 62px; min-height: 44px; border-width: 1px; }
  .shell-character-carousel__zoom { top: 9px; right: 9px; width: 44px; height: 44px; }
  .shell-character-carousel__zoom svg { width: 20px; height: 20px; }
  .shell-character-carousel > footer { min-height: 44px; }
  .shell-character-carousel__dots { gap: 0; }
  .shell-character-carousel__dots button,
  .shell-character-carousel__dots button.is-active {
    position: relative;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    background: transparent;
    box-shadow: none;
  }
  .shell-character-carousel__dots button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(132, 176, 202, 0.5);
    transform: translate(-50%, -50%);
  }
  .shell-character-carousel__dots button.is-active::before {
    background: #4bc6ef;
    box-shadow: 0 0 0 3px rgba(75, 198, 239, 0.14);
  }
  .shell-character-lightbox { grid-template-columns: 1fr; padding: 58px 8px 12px; }
  .shell-character-lightbox__arrow { position: absolute; top: 50%; width: 44px; height: 58px; font-size: 32px; transform: translateY(-50%); }
  .shell-character-lightbox__arrow:hover { transform: translateY(-50%) scale(1.04); }
  .shell-character-lightbox__arrow--prev { left: 7px; }
  .shell-character-lightbox__arrow--next { right: 7px; }
  .shell-character-lightbox figure img { max-height: calc(100vh - 108px); }
}

body.has-character-overlay { overflow: hidden; }

.shell-site-notice {
  position: fixed;
  z-index: 12000;
  top: 4px;
  right: 20px;
  display: flex;
  width: min(302px, calc(100vw - 40px));
  min-height: 51px;
  padding: 12px 16px;
  align-items: center;
  gap: 11px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 164, 164, 0.14);
  border-radius: 4px;
  background: rgba(167, 57, 57, 0.97);
  box-shadow: 0 0 16px rgba(182, 219, 235, 0.48), 0 12px 28px rgba(0, 0, 0, 0.32);
  color: #f3c8c8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(115%, 0, 0);
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shell-site-notice.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.shell-site-notice.is-multiline { padding-block: 14px; }

.shell-site-notice.is-success { background: rgba(38, 132, 78, 0.97); color: #d4f6df; }
.shell-site-notice.is-info { background: rgba(28, 105, 151, 0.97); color: #d7f2ff; }

.shell-site-notice__icon {
  display: grid;
  width: 23px;
  height: 25px;
  flex: 0 0 23px;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
}

.shell-site-notice__icon svg {
  display: block;
  width: 23px;
  height: 25px;
  fill: currentColor;
}

.shell-site-notice__mark {
  fill: none;
  stroke: #a73939;
  stroke-linecap: round;
  stroke-width: 2.3;
}

.shell-site-notice.is-success .shell-site-notice__mark { stroke: #26844e; }
.shell-site-notice.is-info .shell-site-notice__mark { stroke: #1c6997; }

@media (max-width: 520px) {
  .shell-site-notice { top: 8px; right: 10px; width: calc(100vw - 20px); }
}

.shell-character-overlay {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  justify-items: center;
  align-items: start;
  overflow: auto;
  padding: 42px 28px 24px;
  background: rgba(0, 6, 11, 0.91);
  backdrop-filter: blur(1.5px);
}

.shell-character-overlay[hidden] { display: none !important; }

.shell-character-overlay__panel {
  position: relative;
  display: grid;
  width: min(1080px, calc(100vw - 56px));
  min-width: 0;
  justify-items: center;
}

.shell-character-overlay__image-wrap {
  position: relative;
  display: grid;
  width: 100%;
  height: min(690px, calc(100vh - 245px));
  min-width: 0;
  place-items: center;
}

.shell-character-overlay__image-wrap > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: 3px solid rgba(242, 242, 242, 0.94);
  border-radius: 3px;
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.62);
  object-fit: contain;
}

.shell-character-overlay__arrow {
  position: absolute;
  top: 50%;
  display: grid;
  width: 46px;
  height: 70px;
  padding: 0 0 5px;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: rgba(4, 8, 12, 0.28);
  color: rgba(255, 255, 255, 0.88);
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  text-shadow: 0 2px 7px #000;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 150ms ease, color 150ms ease;
}

.shell-character-overlay__arrow:hover,
.shell-character-overlay__arrow:focus-visible {
  background: rgba(4, 8, 12, 0.64);
  color: #fff;
  outline: none;
}

.shell-character-overlay__arrow--prev { left: 10px; }
.shell-character-overlay__arrow--next { right: 10px; }

.shell-character-overlay__meta {
  width: 100%;
  min-height: 22px;
  padding-top: 5px;
  color: rgba(202, 211, 218, 0.68);
  font-size: 11px;
  text-align: left;
}

.shell-character-overlay__meta b { color: inherit; font-weight: 700; }

.shell-character-overlay__thumbs {
  display: flex;
  width: min(670px, calc(100% - 82px));
  min-width: 0;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.shell-character-overlay__thumbs::-webkit-scrollbar { display: none; }

.shell-character-overlay__thumbs button {
  flex: 0 0 calc(var(--character-overlay-thumb-width, 14.2857%) - 7px);
  min-width: 62px;
  aspect-ratio: 1.42;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 2px;
  background: #050a0f;
  opacity: 0.48;
  cursor: pointer;
  transition: border-color 150ms ease, opacity 150ms ease, transform 150ms ease;
}

.shell-character-overlay__thumbs button:hover { opacity: 0.86; }

.shell-character-overlay__thumbs button.is-active {
  border-color: rgba(235, 239, 242, 0.94);
  opacity: 1;
  transform: translateY(-1px);
}

.shell-character-overlay__thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.shell-character-overlay__close {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 44px;
  height: 44px;
  padding: 0 0 4px;
  border: 0;
  background: transparent;
  color: rgba(242, 245, 247, 0.82);
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  text-shadow: 0 2px 7px #000;
  cursor: pointer;
  transition: color 150ms ease, transform 150ms ease;
}

.shell-character-overlay__close:hover,
.shell-character-overlay__close:focus-visible {
  color: #fff;
  outline: none;
  transform: scale(1.07);
}

@media (max-width: 700px) {
  .shell-character-overlay { padding: 60px 8px 20px; }
  .shell-character-overlay__panel { width: calc(100vw - 16px); }
  .shell-character-overlay__image-wrap { height: calc(100vh - 235px); }
  .shell-character-overlay__image-wrap > img { border-width: 2px; }
  .shell-character-overlay__arrow { width: 38px; height: 58px; font-size: 48px; }
  .shell-character-overlay__arrow--prev { left: 2px; }
  .shell-character-overlay__arrow--next { right: 2px; }
  .shell-character-overlay__thumbs { width: calc(100% - 58px); gap: 5px; }
  .shell-character-overlay__thumbs button { flex-basis: 76px; min-width: 76px; }
  .shell-character-overlay__close { right: 2px; width: 44px; height: 44px; font-size: 42px; }
}

/* v79: keyboard states use the existing cyan accent without changing layout. */
.browse-template :is(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid #66d3f7 !important;
  outline-offset: 3px !important;
}

.shell-category-toggle[aria-expanded="true"] {
  box-shadow: inset 3px 0 0 #66d3f7;
}

@media (max-width: 640px) {
  .browse-template.shell-home .browse-container,
  .browse-template.shell-route-category .browse-container {
    margin-top: 14px !important;
    gap: 12px !important;
  }

  .shell-home .shell-section-head,
  .shell-route-category .shell-section-head {
    gap: 8px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .shell-home .shell-section-head h1,
  .shell-route-category .shell-section-head h1 {
    margin-top: 2px;
    font-size: 26px;
    line-height: 1.16;
  }

  .shell-home .shell-section-head p,
  .shell-route-category .shell-section-head p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* v75: release touch targets and mobile-only payment hierarchy. */
.shell-payment-mobile-submit { display: none; }

@media (min-width: 641px) and (max-width: 1180px) {
  .shell-character-carousel__rail {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .shell-character-carousel__rail-arrow {
    width: 44px;
    height: 44px;
  }

  .shell-character-carousel > footer { min-height: 44px; }
  .shell-character-carousel__dots { gap: 0; }
  .shell-character-carousel__dots button,
  .shell-character-carousel__dots button.is-active {
    position: relative;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    background: transparent;
    box-shadow: none;
  }

  .shell-character-carousel__dots button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(132, 176, 202, 0.5);
    transform: translate(-50%, -50%);
  }

  .shell-character-carousel__dots button.is-active::before {
    background: #4bc6ef;
    box-shadow: 0 0 0 3px rgba(75, 198, 239, 0.14);
  }
}

@media (max-width: 620px) {
  .shell-route-payment .shell-main {
    display: flex !important;
    flex-direction: column;
  }

  .shell-route-payment .shell-section-head { order: 0; }
  .shell-route-payment .shell-payment {
    display: flex;
    order: 1;
    flex-direction: column;
  }
  .shell-route-payment .shell-payment-guide { order: 2; }
  .shell-route-payment .shell-payment-form { order: 1; }
  .shell-route-payment .shell-payment > fieldset { order: 2; }
  .shell-route-payment .shell-payment-form > .shell-button { display: none; }
  .shell-route-payment .shell-payment-mobile-submit {
    display: flex;
    order: 3;
    margin: 0;
    border: 0;
  }
}
