:root {
  --ab-bg: #0b0a13;
  --ab-panel: rgba(16, 14, 28, 0.85);
  --ab-accent: #7cff6b;
  --ab-accent-2: #47c7ff;
  --ab-text: #e6e6f2;
  --ab-muted: #9aa0b5;
  --ab-border: rgba(255, 255, 255, 0.08);
  --ab-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

/* Disable default focus ring site-wide (requested) */
body a:focus,
body button:focus,
body .button:focus,
body .button.alt:focus,
body .wp-element-button:focus,
body input:focus,
body textarea:focus,
body select:focus,
body input[type="button"]:focus,
body input[type="reset"]:focus,
body input[type="submit"]:focus,
body input[type="email"]:focus,
body input[type="tel"]:focus,
body input[type="url"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body a:focus-visible,
body button:focus-visible,
body .button:focus-visible,
body .button.alt:focus-visible,
body .wp-element-button:focus-visible,
body input:focus-visible,
body textarea:focus-visible,
body select:focus-visible,
body input[type="button"]:focus-visible,
body input[type="reset"]:focus-visible,
body input[type="submit"]:focus-visible,
body input[type="email"]:focus-visible,
body input[type="tel"]:focus-visible,
body input[type="url"]:focus-visible,
body input[type="password"]:focus-visible,
body input[type="search"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.ab-header {
  --ab-accent: #7cff6b;
  --ab-accent-2: #47c7ff;
  --ab-text: #e6e6f2;
  --ab-border: rgba(255, 255, 255, 0.08);
  font-family: "Space Grotesk", system-ui, sans-serif;
  color: var(--ab-text);
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(124, 255, 107, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(71, 199, 255, 0.06),
      transparent 30%
    ),
    var(--ab-bg);
  position: relative;
  overflow: hidden;
}

.ab-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--ab-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--ab-border) 1px, transparent 1px);
  background-size:
    120px 120px,
    120px 120px;
  opacity: 0.35;
  z-index: 0;
}

.site-content {
  position: relative;
  background: transparent;
  overflow: hidden;
}

.site-content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--ab-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--ab-border) 1px, transparent 1px);
  background-size:
    120px 120px,
    120px 120px;
  opacity: 0.18;
}

.ab-header *,
.ab-header *::before,
.ab-header *::after {
  box-sizing: border-box;
}

.ab-top-bar {
  position: fixed;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 24px);
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #b8c2df;
  z-index: 101;
  padding: 10px 18px;
  background: rgba(11, 10, 19, 0.82);
  backdrop-filter: blur(6px);
  border: 1px solid var(--ab-border);
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.ab-top-bar a {
  color: var(--ab-text);
  opacity: 0.85;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ab-top-bar i {
  padding-top: 1px;
}

.ab-top-bar .ab-top-discord i,
.ab-top-bar .ab-brand-discord {
  color: #5865f2;
}

.ab-top-bar .ab-top-youtube i,
.ab-top-bar .ab-brand-youtube .ab-you {
  color: #ff0000;
}

.ab-top-bar .ab-brand-youtube .ab-tube {
  color: #ffffff;
}

.ab-nav {
  position: fixed;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 18px;
  background: rgba(11, 10, 19, 0.78);
  border: 1px solid var(--ab-border);
  border-radius: 12px;
  backdrop-filter: blur(6px);
  z-index: 101;
  box-shadow: var(--ab-shadow);
  color: var(--ab-text);
}

.ab-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--ab-text);
}

.ab-logo-img {
  height: 50px;
  width: auto;
  display: block;
}

.ab-brand-name {
  font-weight: 800;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.ab-brand-name .ab-aliens {
  color: var(--ab-accent);
  text-shadow: 0 0 14px rgba(124, 255, 107, 0.5);
}

.ab-brand-name .ab-builds {
  color: #e6e6f2;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}

.ab-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #c7cce3;
  font-weight: 600;
  flex: 1;
  justify-content: center;
}

.ab-nav-links a {
  padding: 10px 8px;
  border-radius: 8px;
  transition:
    color 0.15s ease,
    background 0.15s ease,
    border 0.15s ease;
  color: inherit;
}

.ab-nav-links a:hover {
  color: var(--ab-accent);
  background: rgba(255, 255, 255, 0.04);
}

.ab-nav-links a.active {
  color: var(--ab-accent);
  background: rgba(124, 255, 107, 0.08);
  border: 1px solid rgba(124, 255, 107, 0.4);
}

.ab-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ab-text);
}

.ab-auth-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.ab-auth-buttons.ab-loading {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}

.ab-auth-buttons.ab-ready {
  opacity: 1;
  transform: translateY(0);
}

.ab-auth-btn {
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  border: 1px solid var(--ab-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ab-text);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.15s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.ab-auth-btn.ab-auth-btn-ghost {
  border-color: rgba(124, 255, 107, 0.5);
  background: rgba(124, 255, 107, 0.08);
  color: #e8ffe0;
}

.ab-auth-btn.ab-auth-btn-solid {
  border: none;
  background: linear-gradient(
    135deg,
    rgba(124, 255, 107, 0.95),
    rgba(71, 199, 255, 0.9)
  );
  color: #0b0a13;
  box-shadow: 0 12px 30px rgba(71, 199, 255, 0.35);
}

.ab-auth-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

.ab-auth-btn.ab-auth-btn-solid:hover {
  background: linear-gradient(
    135deg,
    rgba(124, 255, 107, 1),
    rgba(71, 199, 255, 1)
  );
  border-color: transparent;
  color: #0b0a13;
}

.ab-action-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.ab-action-icons.ab-loading {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}

.ab-action-icons.ab-ready {
  opacity: 1;
  transform: translateY(0);
}

.ab-icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--ab-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ab-text);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.15s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.ab-icon-btn i {
  font-size: 16px;
}

.ab-icon-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 255, 107, 0.5);
  background: rgba(124, 255, 107, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  color: var(--ab-text);
}

.ab-icon-btn .ab-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(124, 255, 107, 1),
    rgba(71, 199, 255, 0.9)
  );
  color: #0b0a13;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.4);
}

.ab-icon-btn .ab-badge.ab-hidden {
  display: none;
}

.ab-hidden {
  display: none !important;
}

.ab-nav-search {
  position: fixed;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 32px));
  z-index: 12;
  background: rgba(11, 10, 19, 0.92) !important;
  border: 1px solid var(--ab-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55) !important;
  padding: 12px !important;
  backdrop-filter: blur(6px);
  display: none !important;
}

.ab-nav-search.open {
  display: block !important;
}

.ab-nav-search-form {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  align-items: center;
  margin-bottom: 0px;
}

.ab-nav-search input[type="search"] {
  width: 100%;
  border: 1px solid var(--ab-border);
  border-radius: 10px;
  padding: 12px 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 600;
  max-height: 42px;
}

.ab-nav-search input[type="search"]:focus-visible {
  outline: none;
  border-color: rgba(124, 255, 107, 0.5);
  box-shadow: 0 0 0 2px rgba(124, 255, 107, 0.15);
}

.ab-nav-search .ab-search-submit {
  border: 1px solid rgba(124, 255, 107, 0.6);
  background: linear-gradient(
    135deg,
    rgba(124, 255, 107, 0.2),
    rgba(71, 199, 255, 0.16)
  );
  color: #fff !important;
  border-radius: 10px;
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  max-height: 42px;
}

.ab-nav-search .ab-search-submit:hover {
  border-color: rgba(124, 255, 107, 0.8) !important;
  background: linear-gradient(
    135deg,
    rgba(124, 255, 107, 0.3),
    rgba(71, 199, 255, 0.22)
  ) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  color: #fff !important;
}

.ab-nav-search .ab-search-submit i {
  color: inherit !important;
}

.ab-nav-search .ab-search-close {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--ab-border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  place-content: center;
}

.ab-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ab-mobile-bar {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 110;
  padding: 10px 16px;
  background: rgba(11, 10, 19, 0.85);
  border-bottom: 1px solid var(--ab-border);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ab-text);
}

.ab-mobile-bar .ab-logo-img {
  height: 44px;
}

.ab-mobile-bar .ab-brand {
  min-height: 44px;
}

.ab-menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--ab-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ab-text);
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 22px;
  transition:
    transform 0.15s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.ab-menu-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.ab-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 15;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  transform: translateY(100%);
  opacity: 0;
  background: rgba(2, 5, 12, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.ab-mobile-menu.open {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}

.ab-mobile-menu .ab-sheet {
  width: 100%;
  background: rgba(11, 10, 19, 0.96);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border: 1px solid var(--ab-border);
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.55);
  padding: 24px 20px 32px;
}

.ab-mobile-menu .ab-sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.ab-mobile-menu .ab-sheet-links {
  display: grid;
  gap: 10px;
}

.ab-mobile-menu .ab-sheet-links a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--ab-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--ab-text);
  text-align: center;
  font-weight: 600;
}

.ab-mobile-menu .ab-sheet-links a.active {
  border-color: rgba(124, 255, 107, 0.5);
  color: var(--ab-accent);
  background: rgba(124, 255, 107, 0.08);
}

.ab-mobile-menu .ab-sheet-links .btn {
  width: 100%;
}

.ab-mobile-menu .ab-sheet-auth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.ab-mobile-menu .ab-sheet-auth .ab-auth-btn {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.ab-mobile-menu .ab-sheet-auth .ab-auth-account {
  grid-column: 1 / -1;
}

.ab-mobile-menu .ab-sheet-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.ab-mobile-menu .ab-sheet-icons .ab-icon-btn {
  width: 46px;
  height: 46px;
}

.woocommerce-shop .col-full {
  max-width: 100%;
  padding: 0 0px;
}

.woocommerce-shop .ab-shop-shell {
  display: grid;
  grid-template-columns: 0.28fr 1fr;
  gap: 20px;
  align-items: start;
  background-color: rgba(12, 17, 21, 0.72);
}

.woocommerce-shop .ab-shop-sidebar {
  position: sticky;
  top: 120px;
  border-radius: 14px;
  padding: 16px;
}

.woocommerce-shop .ab-shop-sidebar__section {
  margin-bottom: 18px;
}

.woocommerce-shop .ab-shop-sidebar__section h2,
.woocommerce-shop .ab-shop-sidebar__section h3 {
  font-family: "Press Start 2P", cursive;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  color: var(--ab-text);
}

.woocommerce-shop .ab-shop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce-shop .ab-shop-tag {
  display: inline-block;
  padding: 12px 14px;
  border: 1px solid var(--ab-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--ab-text);
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.15s ease;
}

.woocommerce-shop .ab-shop-tag:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 255, 107, 0.5);
  background: rgba(124, 255, 107, 0.08);
  color: var(--ab-accent);
}

.woocommerce-shop .ab-shop-tag--pill {
  font-weight: 600;
  padding: 8px 12px;
}

.woocommerce-shop .ab-shop-main {
  width: 100%;
}

.woocommerce-shop .ab-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-result-count,
.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering {
  margin: 0;
  float: none !important;
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-result-count {
  display: inline-flex;
  align-items: center;
  /* min-height: 44px; */
  padding: 0 14px;
  /* border-radius: 12px; */
  /* border: 1px solid rgba(255, 255, 255, 0.16); */
  /* background: rgba(7, 10, 14, 0.66); */
  /* backdrop-filter: blur(8px); */
  color: rgba(233, 233, 241, 0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  /* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 10px 24px rgba(0, 0, 0, 0.26); */
  color: var(--wc-product-filter-checkbox-list-label-element, currentColor);
}
.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering {
  position: relative;
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(233, 233, 241, 0.9);
  border-bottom: 2px solid rgba(233, 233, 241, 0.9);
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 44px;
  min-width: 238px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    180deg,
    rgba(12, 18, 26, 0.94),
    rgba(6, 10, 14, 0.9)
  );
  color: var(--ab-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1px;
  padding: 0 40px 0 14px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 24px rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  cursor: pointer;
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering select:hover {
  border-color: rgba(101, 255, 100, 0.4);
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering select:focus,
.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering select:focus-visible {
  outline: none;
  border-color: rgba(101, 255, 100, 0.62);
  box-shadow:
    0 0 0 3px rgba(101, 255, 100, 0.2),
    0 14px 30px rgba(0, 0, 0, 0.3);
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering select::-ms-expand {
  display: none;
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering select option {
  background: #0f1621;
  color: #e9e9f1;
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering select option:checked {
  background: #182536;
  color: #65ff64;
}

.woocommerce-shop .ab-shop-toolbar .woocommerce-ordering.ab-orderby-enhanced {
  position: relative;
  overflow: visible;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced::after {
  display: none;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  select.orderby {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  left: -9999px !important;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-control {
  position: relative;
  min-width: 238px;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-button {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0 46px 0 14px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    180deg,
    rgba(12, 18, 26, 0.94),
    rgba(6, 10, 14, 0.9)
  );
  color: var(--ab-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 24px rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-button:hover {
  border-color: rgba(101, 255, 100, 0.4);
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-button:focus,
.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-button:focus-visible {
  outline: none;
  border-color: rgba(101, 255, 100, 0.78);
  box-shadow:
    0 0 0 3px rgba(101, 255, 100, 0.22),
    0 14px 32px rgba(0, 0, 0, 0.36);
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-button::before {
  content: none;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(233, 233, 241, 0.95);
  border-bottom: 2px solid rgba(233, 233, 241, 0.95);
  transform: translateY(-58%) rotate(45deg);
  transition: transform 0.2s ease;
  z-index: 2;
  pointer-events: none;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced.is-open
  .ab-orderby-button::after {
  transform: translateY(-38%) rotate(-135deg);
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-button-label {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 100%;
  z-index: 30;
  display: none;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(101, 255, 100, 0.35);
  background: linear-gradient(
    180deg,
    rgba(4, 9, 16, 0.96),
    rgba(7, 13, 22, 0.96)
  );
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  backdrop-filter: blur(10px);
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced.is-open
  .ab-orderby-menu {
  display: block;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-option {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(233, 233, 241, 0.9);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 6px;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-option:hover {
  background: rgba(101, 255, 100, 0.14);
  color: #f8fffb;
  transform: translateX(2px);
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-option:focus,
.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-option:focus-visible {
  outline: none;
  background: rgba(101, 255, 100, 0.18);
  box-shadow: 0 0 0 2px rgba(101, 255, 100, 0.24) inset;
}

.woocommerce-shop
  .ab-shop-toolbar
  .woocommerce-ordering.ab-orderby-enhanced
  .ab-orderby-option.is-selected {
  background: linear-gradient(
    90deg,
    rgba(101, 255, 100, 0.24),
    rgba(101, 255, 100, 0.1)
  );
  color: #eaffea;
}

@media (max-width: 760px) {
  .woocommerce-shop .ab-shop-toolbar {
    justify-content: flex-end;
    gap: 10px;
  }

  .woocommerce-shop .ab-shop-toolbar .woocommerce-ordering select {
    min-width: 210px;
  }

  .woocommerce-shop
    .ab-shop-toolbar
    .woocommerce-ordering.ab-orderby-enhanced
    .ab-orderby-control {
    min-width: 210px;
  }
}

.woocommerce-shop ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 28px;
  margin: 0;
  list-style: none;
  padding: 0;
}

.woocommerce-shop ul.products li.product {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
  background:
    radial-gradient(
      130% 150% at 20% 20%,
      rgba(124, 255, 107, 0.06),
      transparent
    ),
    radial-gradient(
      130% 150% at 80% 80%,
      rgba(71, 199, 255, 0.08),
      transparent
    ),
    rgba(10, 9, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.55);
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.woocommerce-shop ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.6);
  border-color: rgba(124, 255, 107, 0.5);
}

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  padding: 18px 18px 110px;
  position: relative;
}

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #f5f6ff;
  margin: 16px 0 8px;
}

.woocommerce-shop ul.products li.product .price {
  color: var(--ab-text);
  font-weight: 700;
  margin: 0 18px 0;
  position: relative;
  z-index: 2;
}

.woocommerce-shop ul.products li.product .button {
  display: inline-block;
  margin: 0 18px 18px auto;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(124, 255, 107, 0.6);
  background: linear-gradient(
    135deg,
    rgba(124, 255, 107, 0.2),
    rgba(71, 199, 255, 0.18)
  );
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.woocommerce-shop ul.products li.product .button:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 255, 107, 0.8);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.5);
}

.woocommerce-shop ul.products li.product::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      120% 160% at 20% 20%,
      rgba(124, 255, 107, 0.08),
      transparent
    ),
    radial-gradient(120% 160% at 80% 80%, rgba(71, 199, 255, 0.08), transparent);
  opacity: 0.8;
}

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(
    180deg,
    rgba(10, 9, 18, 0) 0%,
    rgba(10, 9, 18, 0.9) 100%
  );
  z-index: 1;
  border-radius: 0 0 14px 14px;
}

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link img {
  position: relative;
  z-index: 0;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.woocommerce-shop ul.products li.product .price,
.woocommerce-shop ul.products li.product .button {
  z-index: 2;
}

.woocommerce-shop .ab-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.woocommerce-shop .ab-product-tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ab-border);
  color: var(--ab-text);
  font-weight: 700;
  font-size: 12px;
}

.woocommerce-shop .ab-product-body {
  padding: 0 18px 0;
  position: relative;
  z-index: 2;
}

.woocommerce-shop .ab-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 18px 22px;
}

.woocommerce-shop ul.products li.product .onsale {
  top: 12px;
  left: 12px;
  min-width: 58px;
  padding: 9px 12px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(124, 255, 107, 1),
    rgba(71, 199, 255, 0.9)
  );
  color: #0b0a13;
  font-weight: 800;
  letter-spacing: 0.4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1024px) {
  .woocommerce-shop .ab-shop-shell {
    grid-template-columns: 1fr;
  }
  .woocommerce-shop .ab-shop-sidebar {
    position: relative;
    top: auto;
  }
}

.site {
  padding-top: 190px;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(124, 255, 107, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(71, 199, 255, 0.06),
      transparent 30%
    ),
    var(--ab-bg);
}

.storefront-breadcrumb {
  margin-top: 18px;
}

@media (max-width: 960px) {
  .site {
    padding-top: 100px;
  }

  .storefront-breadcrumb {
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .ab-top-bar {
    display: none;
  }
  .ab-nav {
    display: none;
  }
  .ab-mobile-bar {
    display: flex;
    min-height: 72px;
    padding: 12px 16px;
    align-items: center;
  }

  /* Stable menu button rendering across all pages (no glyph/font variance) */
  .ab-mobile-bar #menuToggle,
  .ab-mobile-menu #menuClose {
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0;
    flex: 0 0 46px;
    align-self: center;
    font-size: 0;
    line-height: 0;
    top: 0;
    color: var(--ab-text);
  }

  .ab-mobile-menu #menuClose {
    text-indent: -9999px;
    overflow: hidden;
    background-image:
      linear-gradient(
        45deg,
        transparent calc(50% - 1px),
        currentColor calc(50% - 1px),
        currentColor calc(50% + 1px),
        transparent calc(50% + 1px)
      ),
      linear-gradient(
        -45deg,
        transparent calc(50% - 1px),
        currentColor calc(50% - 1px),
        currentColor calc(50% + 1px),
        transparent calc(50% + 1px)
      );
    background-size:
      21px 21px,
      21px 21px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .ab-mobile-bar #menuToggle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -1px);
    box-shadow:
      0 -6px 0 currentColor,
      0 6px 0 currentColor;
  }

  .ab-mobile-bar #menuToggle:hover::before {
    box-shadow:
      0 -7px 0 currentColor,
      0 7px 0 currentColor;
  }

  .ab-mobile-menu #menuClose::before,
  .ab-mobile-menu #menuClose::after {
    content: none !important;
  }

  .ab-mobile-menu #menuClose:hover {
    color: #ffffff;
  }
}

@media (max-width: 720px) {
  .ab-nav-search {
    top: 76px;
    width: min(420px, calc(100% - 20px));
  }
  .ab-nav-search-form {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "input input"
      "submit close";
  }
  .ab-nav-search input[type="search"] {
    grid-area: input;
  }
  .ab-nav-search .ab-search-submit {
    grid-area: submit;
  }
  .ab-nav-search .ab-search-close {
    grid-area: close;
    justify-self: flex-end;
  }
}
