/*
Theme Name: The Candy Factory
Author: BigHov
Version: 1.1.8
Text Domain: tapin
*/

@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;600;700&display=swap');

/* Override Gutenberg global-styles centering for constrained layout */
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

:root {
  --bg-0: #0a0f14;
  --bg-1: #101824;
  --ink-1: #f5f7fb;
  --ink-2: #b4bdc9;
  --ink-3: #8b96aa;
  --line: rgba(36, 44, 54, 0.7);
  --surface: rgba(18, 22, 27, 0.86);
  --glow: rgba(255, 122, 89, 0.35);
  --accent: #ff7a59;
  --accent-2: #2dd4bf;
  --accent-3: #fbbf24;
  --accent-4: #34d399;
  --accent-5: #60a5fa;
  --grad-neon: linear-gradient(120deg, rgba(255, 122, 89, 0.35), rgba(255, 122, 89, 0.35));
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-1: 0 18px 50px rgba(4, 8, 16, 0.5);
  --shadow-2: 0 28px 80px rgba(4, 8, 16, 0.65);
  --grad-hero: radial-gradient(1200px 700px at 5% -10%, rgba(255, 122, 89, 0.4), transparent 60%),
               radial-gradient(800px 600px at 90% -20%, rgba(45, 212, 191, 0.32), transparent 60%),
               radial-gradient(700px 500px at 40% 90%, rgba(251, 191, 36, 0.22), transparent 65%),
               linear-gradient(130deg, #0a0f14 0%, #0f141c 45%, #0a0f14 100%);
  --grad-glass: linear-gradient(140deg, rgba(18, 22, 27, 0.95), rgba(11, 13, 16, 0.75));
  --pill-bg: rgba(16, 20, 27, 0.85);
  --pill-border: rgba(42, 242, 255, 0.25);
  --pill-shadow: 0 8px 20px rgba(4, 8, 16, 0.35);
  --pill-text: var(--ink-1);
  --font-primary: 'Unbounded', system-ui, -apple-system, sans-serif;
  --container-max: 1500px;
  --container-pad: 2.5rem;
  --section-pad: 96px;
  --section-pad-tight: 64px;
  --nav-gap: 24px;
  --nav-pad-y: 16px;
  --product-grid-gap: 20px;
  --product-card-padding: 14px;
  --button-pad-y: 10px;
  --button-pad-x: 18px;
  --button-pad-y-sm: 8px;
  --button-pad-x-sm: 14px;
  --button-font-size: 0.85rem;
  --button-letter: 0.04em;
  --form-row-gap: 16px;
}

body.theme-light {
  --bg-0: #f8fafc;
  --bg-1: #eef2f7;
  --ink-1: #0f172a;
  --ink-2: #334155;
  --ink-3: #64748b;
  --line: rgba(15, 23, 42, 0.12);
  --surface: rgba(255, 255, 255, 0.9);
  --glow: rgba(255, 122, 89, 0.2);
  --grad-neon: linear-gradient(120deg, rgba(255, 122, 89, 0.25), rgba(45, 212, 191, 0.25));
  --shadow-1: 0 18px 50px rgba(15, 23, 42, 0.12);
  --shadow-2: 0 28px 80px rgba(15, 23, 42, 0.18);
  --grad-hero: radial-gradient(1200px 700px at 5% -10%, rgba(255, 122, 89, 0.18), transparent 60%),
               radial-gradient(800px 600px at 90% -20%, rgba(45, 212, 191, 0.16), transparent 60%),
               radial-gradient(700px 500px at 40% 90%, rgba(251, 191, 36, 0.14), transparent 65%),
               linear-gradient(130deg, #f8fafc 0%, #eef2f7 45%, #f8fafc 100%);
  --grad-glass: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(240, 244, 248, 0.85));
  --pill-bg: rgba(255, 255, 255, 0.85);
  --pill-border: rgba(15, 23, 42, 0.18);
  --pill-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  --pill-text: #0f172a;
}

@media (max-width: 320px) {
  :root {
    --container-pad: 1rem;
    --section-pad: 48px;
    --nav-gap: 12px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-primary);
  color: var(--ink-1);
  background:
    radial-gradient(1200px 800px at 15% 10%, rgba(34, 211, 238, 0.12), transparent 55%),
    radial-gradient(900px 700px at 85% 0%, rgba(168, 85, 247, 0.16), transparent 60%),
    radial-gradient(800px 600px at 20% 90%, rgba(14, 165, 233, 0.12), transparent 65%),
    #060b1a;
  line-height: 1.6;
}

body.theme-light {
  background:
    linear-gradient(180deg, #f8fafc 0%, #f2f5fa 38%, #eef2f7 100%),
    radial-gradient(1100px 800px at 15% -10%, rgba(219, 234, 254, 0.7), transparent 58%),
    radial-gradient(900px 700px at 85% 20%, rgba(186, 230, 253, 0.55), transparent 62%),
    radial-gradient(760px 640px at 50% 100%, rgba(251, 231, 210, 0.45), transparent 64%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 12px 18px, rgba(255, 255, 255, 0.8) 60%, transparent 62%),
    radial-gradient(1px 1px at 90px 60px, rgba(255, 255, 255, 0.45) 60%, transparent 62%),
    radial-gradient(1px 1px at 44px 120px, rgba(255, 255, 255, 0.7) 60%, transparent 62%),
    radial-gradient(1.5px 1.5px at 140px 30px, rgba(255, 255, 255, 0.9) 60%, transparent 62%),
    radial-gradient(2px 2px at 160px 140px, rgba(255, 255, 255, 0.35) 60%, transparent 62%),
    radial-gradient(1.2px 1.2px at 210px 90px, rgba(255, 255, 255, 0.6) 60%, transparent 62%);
  background-size: 120px 120px, 150px 150px, 190px 190px, 230px 230px, 280px 280px, 360px 360px;
  opacity: 0.75;
  animation: candy-stars 5.5s ease-in-out infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 30px 50px, rgba(255, 255, 255, 0.55) 60%, transparent 62%),
    radial-gradient(1px 1px at 90px 140px, rgba(255, 255, 255, 0.35) 60%, transparent 62%),
    radial-gradient(1.5px 1.5px at 160px 110px, rgba(255, 255, 255, 0.65) 60%, transparent 62%);
  background-size: 200px 200px, 260px 260px, 360px 360px;
  opacity: 0.45;
  animation: candy-stars-slow 8s ease-in-out infinite alternate;
}

body.theme-light::before,
body.theme-light::after {
  background-size: 160px 160px, 320px 320px, 220px 220px;
  opacity: 0.28;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

body.theme-light::before {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0.5px, transparent 0.5px, transparent 55px, rgba(226, 232, 240, 0.4) 55px),
    linear-gradient(225deg, rgba(255, 255, 255, 0.3) 0.5px, transparent 0.5px, transparent 65px, rgba(218, 229, 249, 0.4) 65px),
    radial-gradient(circle at 8% 22%, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.25) 38%, transparent 70%);
  background-size: 72px 72px, 86px 86px, 420px 420px;
  background-position: 0 0, 36px 36px, 5% 12%;
  animation-name: light-subtle-grid;
  animation-duration: 50s;
}

body.theme-light::after {
  background-image:
    radial-gradient(circle at 65% 14%, rgba(191, 219, 254, 0.6) 0%, rgba(191, 219, 254, 0.15) 42%, transparent 68%),
    radial-gradient(circle at 90% 82%, rgba(254, 249, 195, 0.45) 0%, rgba(254, 249, 195, 0.14) 34%, transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0.5px, transparent 0.5px, transparent 48px, rgba(226, 232, 240, 0.16) 48px);
  background-size: 520px 520px, 420px 420px, 72px 72px;
  background-position: 42px 28px, 0 0, 0 0;
  animation-name: light-sheen;
  animation-duration: 64s;
  animation-direction: alternate;
}

@keyframes light-subtle-grid {
  from { background-position: 0 0, 36px 36px, 5% 12%; }
  to { background-position: -72px 0, 0 36px, 7% 18%; }
}

@keyframes light-sheen {
  from { opacity: 0.2; transform: translate3d(0, 0, 0); }
  50% { opacity: 0.34; transform: translate3d(0, 0, 0); }
  to { opacity: 0.24; transform: translate3d(0, 0, 0); }
}

.site {
  position: relative;
  z-index: 0;
}

.site::before,
.site::after {
  content: "";
  position: fixed;
  left: 120%;
  top: -20%;
  width: 220px;
  height: 2px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  transform: rotate(-35deg);
  animation: candy-shooting 12s linear infinite;
}

.site::after {
  width: 180px;
  height: 1px;
  top: 25%;
  animation-delay: 4s;
  opacity: 0;
}

@keyframes candy-stars {
  0% { opacity: 0.55; }
  40% { opacity: 0.85; }
  100% { opacity: 0.65; }
}

@keyframes candy-stars-slow {
  0% { opacity: 0.35; }
  50% { opacity: 0.6; }
  100% { opacity: 0.4; }
}

@keyframes candy-shooting {
  0%, 82% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(-35deg);
  }
  84% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: translate3d(-140vw, 140vh, 0) rotate(-35deg);
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate3d(-140vw, 140vh, 0) rotate(-35deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .site::before,
  .site::after {
    animation: none;
  }

  .products li.product:hover,
  .woocommerce ul.products li.product:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    transform: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

.site-main {
  flex: 1 0 auto;
}

.container {
  width: min(var(--container-max), calc(100% - var(--container-pad)));
  margin: 0 auto;
}

.section {
  padding: var(--section-pad) 0;
  position: relative;
}

.section-tight {
  padding: var(--section-pad-tight) 0;
  position: relative;
}

@media (max-width: 1024px) {
  :root {
    --container-pad: 2rem;
    --section-pad: 80px;
    --section-pad-tight: 56px;
    --nav-gap: 20px;
  }
}

@media (max-width: 640px) {
  :root {
    --container-pad: 1.5rem;
    --section-pad: 64px;
    --section-pad-tight: 48px;
    --nav-gap: 16px;
    --nav-pad-y: 12px;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(18px);
  background: rgba(7, 10, 18, 0.96);
  border-bottom: 1px solid rgba(42, 242, 255, 0.2);
  box-shadow: 0 8px 20px rgba(5, 8, 16, 0.5);
}

body.wp-admin .site-header {
  top: 32px;
}

body.theme-light .site-header {
  background: rgba(248, 250, 252, 0.95);
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--nav-gap);
  padding: var(--nav-pad-y) 0;
  position: relative;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: rgba(10, 16, 27, 0.85);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

body.theme-light .nav-toggle {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
}

.nav-toggle-bar {
  width: 18px;
  height: 2px;
  background: var(--ink-1);
  border-radius: 999px;
}

.logo {
  font-family: var(--font-primary);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.primary-nav .nav-list {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #f4fbff;
  justify-content: center;
}

.primary-nav {
  justify-self: center;
  min-width: 0;
}

.primary-nav .nav-item {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.primary-nav .nav-account {
  display: none;
}

.nav-shop > a::after {
  content: "▾";
  font-size: 0.7rem;
  margin-left: 6px;
  opacity: 0.7;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 10px 14px;
  border-radius: 999px;
  color: inherit;
  font-weight: 400;
  transition: all 0.2s ease;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 10px 14px;
  border-radius: 999px;
  color: inherit;
  font-weight: 400;
  transition: all 0.2s ease;
  background: transparent;
  border: none;
  font: inherit;
  cursor: pointer;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .nav-link:hover {
  background: rgba(42, 242, 255, 0.2);
  color: #f4fbff;
}

body.theme-light .primary-nav a:hover,
body.theme-light .primary-nav .current-menu-item > a,
body.theme-light .primary-nav .nav-link:hover {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

body.theme-light .primary-nav .nav-list {
  color: var(--ink-1);
  font-weight: 400;
}

body.theme-light .primary-nav a,
body.theme-light .primary-nav .nav-link {
  color: var(--ink-1);
  font-weight: 400;
}

.mega-toggle {
  border: 1px solid rgba(42, 242, 255, 0.4);
  background: rgba(10, 16, 27, 0.8);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  position: relative;
  display: none;
}

body.theme-light .mega-toggle {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.2);
}

.mega-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--ink-1);
  border-bottom: 2px solid var(--ink-1);
  transform: rotate(45deg);
}

body.theme-light .mega-toggle::before {
  border-right-color: var(--ink-1);
  border-bottom-color: var(--ink-1);
}

.mega-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 999;
  padding: 0 16px 0;
}

.nav-shop:focus-within .mega-menu,
.nav-shop.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
  background: rgba(10, 16, 27, 0.98);
  border: 1px solid rgba(42, 242, 255, 0.25);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 30px 90px rgba(4, 8, 16, 0.8);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

body.theme-light .mega-inner {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.12);
}

.mega-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  height: 100%;
}

.mega-col:last-child {
  border-right: none;
  padding-right: 0;
}

.mega-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink-1);
  margin-bottom: 6px;
}

.mega-title-link {
  text-decoration: none;
}

.mega-subtitle {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-top: 10px;
}

.mega-item {
  font-size: 0.98rem;
  color: var(--ink-2);
  padding: 4px 0;
  white-space: nowrap;
}

.mega-item:hover {
  color: var(--ink-1);
}

.mega-all {
  margin-top: auto;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  box-shadow: var(--pill-shadow);
  text-decoration: none;
}

.mega-footer {
  margin-top: 12px;
  background: rgba(10, 16, 27, 0.98);
  border: 1px solid rgba(42, 242, 255, 0.25);
  border-radius: 18px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(4, 8, 16, 0.6);
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.theme-light .mega-footer {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.mega-footer a {
  color: var(--ink-1);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  justify-self: end;
}

.nav-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(12, 18, 30, 0.9);
  border: 1px solid rgba(42, 242, 255, 0.2);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}

body.theme-light .nav-location {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-2);
}

.nav-location .location-value {
  color: var(--ink-1);
  font-weight: 600;
}

.nav-search {
  position: relative;
}

.nav-search label {
  position: absolute;
  left: -9999px;
}

.nav-search form {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  padding: 4px 10px;
}

.nav-search input[type="search"] {
  border: none;
  background: transparent;
  outline: none;
  min-width: 160px;
  font-size: 0.9rem;
  height: 28px;
  color: var(--ink-1);
}

.nav-search input[type="search"]::placeholder {
  color: rgba(244, 247, 255, 0.6);
}

body.theme-light .nav-search input[type="search"]::placeholder {
  color: rgba(15, 23, 42, 0.45);
}

.nav-search button,
.nav-search input[type="submit"] {
  border: none;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: var(--pill-shadow);
}

:root {
  --snize-overlay-bg: rgba(6, 10, 18, 0.6);
  --snize-overlay-blur: blur(14px);
  --snize-content-bg: rgba(15, 20, 32, 0.96);
  --snize-panel-bg: rgba(12, 18, 28, 0.98);
  --snize-card-bg: rgba(18, 24, 38, 0.9);
  --snize-card-hover-bg: rgba(24, 32, 48, 0.95);
  --snize-border: rgba(255, 255, 255, 0.08);
  --snize-hover-border: rgba(42, 242, 255, 0.25);
  --snize-shadow: 0 10px 24px rgba(3, 6, 12, 0.35);
  --snize-ink: rgba(244, 247, 255, 0.92);
  --snize-ink-muted: rgba(244, 247, 255, 0.7);
  --snize-ink-soft: rgba(244, 247, 255, 0.45);
}

body.theme-light {
  --snize-overlay-bg: rgba(241, 245, 249, 0.7);
  --snize-overlay-blur: blur(14px);
  --snize-content-bg: rgba(255, 255, 255, 0.98);
  --snize-panel-bg: rgba(255, 255, 255, 0.96);
  --snize-card-bg: rgba(248, 250, 252, 0.95);
  --snize-card-hover-bg: rgba(226, 232, 240, 0.85);
  --snize-border: rgba(15, 23, 42, 0.1);
  --snize-hover-border: rgba(15, 23, 42, 0.2);
  --snize-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  --snize-ink: rgba(15, 23, 42, 0.9);
  --snize-ink-muted: rgba(15, 23, 42, 0.7);
  --snize-ink-soft: rgba(15, 23, 42, 0.5);
}

body:not(.theme-light) {
  --snize-overlay-bg: #0b111c;
  --snize-overlay-blur: none;
  --snize-content-bg: #0f1420;
  --snize-panel-bg: #0b111c;
  --snize-card-bg: #121826;
  --snize-card-hover-bg: #182030;
  --snize-border: rgba(255, 255, 255, 0.08);
  --snize-hover-border: rgba(42, 242, 255, 0.25);
  --snize-shadow: 0 10px 24px rgba(3, 6, 12, 0.35);
  --snize-ink: rgba(244, 247, 255, 0.92);
  --snize-ink-muted: rgba(244, 247, 255, 0.7);
  --snize-ink-soft: rgba(244, 247, 255, 0.45);
}

body.snize-instant-widget-is-open {
  background-color: var(--snize-content-bg) !important;
}

body:not(.theme-light).snize-instant-widget-is-open {
  background-color: #0f1420 !important;
}

body #snize-instant-search-results.snize-ac-results-mobile,
body .snize-ac-results.snize-ac-results-mobile {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: var(--snize-overlay-bg) !important;
  background-color: var(--snize-overlay-bg) !important;
  background-image: none !important;
  backdrop-filter: var(--snize-overlay-blur);
  color-scheme: light dark;
  z-index: 10000;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

body:not(.theme-light) #snize-instant-search-results.snize-ac-results-mobile,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile {
  color-scheme: dark;
}

@media (max-width: 782px) {
  body.admin-bar #snize-instant-search-results.snize-ac-results-mobile,
  body.admin-bar .snize-ac-results.snize-ac-results-mobile {
    top: 46px !important;
    height: calc(100vh - 46px) !important;
  }
}

@media (min-width: 783px) {
  body.admin-bar #snize-instant-search-results.snize-ac-results-mobile,
  body.admin-bar .snize-ac-results.snize-ac-results-mobile {
    top: 32px !important;
    height: calc(100vh - 32px) !important;
  }
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-ac-results-content,
body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0 !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  border-radius: 0;
  background: var(--snize-content-bg) !important;
  background-color: var(--snize-content-bg) !important;
  background-image: none !important;
  border: none;
  box-shadow: none;
  color: var(--snize-ink);
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

body:not(.theme-light) #snize-instant-search-results.snize-ac-results-mobile .snize-ac-results-content,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
  background: var(--snize-content-bg) !important;
  background-color: var(--snize-content-bg) !important;
  background-image: none !important;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-results-html,
body .snize-ac-results.snize-ac-results-mobile .snize-results-html {
  background: var(--snize-content-bg) !important;
  background-color: var(--snize-content-bg) !important;
  background-image: none !important;
}

body:not(.theme-light) #snize-instant-search-results.snize-ac-results-mobile .snize-results-html,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-results-html {
  background: #0f1420 !important;
  background-color: #0f1420 !important;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-mobile-top-panel,
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px !important;
  min-height: 64px !important;
  height: auto !important;
  box-sizing: border-box;
  background: var(--snize-panel-bg) !important;
  border-bottom: 1px solid var(--snize-border) !important;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-mobile-top-panel form,
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel form {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px !important;
  width: 100%;
  margin: 0 !important;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-search,
body .snize-ac-results.snize-ac-results-mobile .snize-search {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  background: transparent !important;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-mobile-input-style,
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-input-style {
  width: 100%;
  background: var(--pill-bg) !important;
  border: 1px solid var(--pill-border) !important;
  color: var(--snize-ink) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  height: 44px !important;
  min-height: 44px !important;
  font-size: 0.95rem !important;
  box-shadow: var(--pill-shadow) !important;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-mobile-input-style::placeholder,
body .snize-ac-results.snize-ac-results-mobile .snize-mobile-input-style::placeholder {
  color: var(--snize-ink-soft);
}

body .snize-ac-results-mobile .snize-close-button {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  box-shadow: var(--pill-shadow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pill-text);
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-close-button-arrow {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4px;
  line-height: 1;
  transform: none;
  filter: none;
}

body.theme-light #snize-instant-search-results.snize-ac-results-mobile .snize-close-button-arrow {
  color: #0f172a;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-close-button-arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  display: block;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-clear-button-container,
body .snize-ac-results.snize-ac-results-mobile .snize-clear-button-container {
  display: flex;
  align-items: center;
  flex: 0 0 38px;
  background: transparent !important;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-clear-button {
  height: 38px;
  width: auto;
  min-width: 64px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--pill-border) !important;
  background: var(--pill-bg) !important;
  box-shadow: var(--pill-shadow) !important;
  position: relative;
  color: var(--pill-text);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-clear-button::before,
body #snize-instant-search-results.snize-ac-results-mobile .snize-clear-button::after {
  content: "Clear";
  position: static;
  width: auto;
  height: auto;
  background: none;
  transform: none;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-clear-button::after {
  content: none;
}

body .snize-ac-results-mobile .snize-dropdown-arrow,
body .snize-ac-results-mobile .snize-arrow-outer,
body .snize-ac-results-mobile .snize-arrow-inner {
  display: none !important;
}

body .snize-ac-results-mobile .snize-ac-results-list,
body .snize-ac-results-mobile .snize-results-html {
  margin: 0 0 16px;
  padding: 8px 12px 18px;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body .snize-ac-results-mobile .snize-ac-results-list:last-of-type {
  margin-bottom: 0;
}

body .snize-ac-results-mobile .snize-ac-results-list li {
  margin: 0 0 10px;
  border-radius: 16px;
  background: var(--snize-card-bg);
  border: 1px solid var(--snize-border);
  padding: 12px 14px;
  box-shadow: var(--snize-shadow);
  opacity: 1;
}

body:not(.theme-light) #snize-instant-search-results.snize-ac-results-mobile .snize-ac-results-list li,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-ac-results-list li,
body:not(.theme-light) #snize-instant-search-results.snize-ac-results-mobile .snize-product,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-product {
  background-image: none !important;
  border-color: var(--snize-border) !important;
}

body .snize-ac-results-mobile .snize-ac-results-list li,
body .snize-ac-results-mobile .snize-ac-results-list li a,
body .snize-ac-results-mobile .snize-ac-results-list li span,
body .snize-ac-results-mobile .snize-ac-results-list li em,
body .snize-ac-results-mobile .snize-ac-results-list li strong {
  color: var(--snize-ink);
  opacity: 1;
}

body .snize-ac-results-mobile .snize-ac-results-list li,
body .snize-ac-results-mobile .snize-ac-results-list li a {
  white-space: normal;
  word-break: break-word;
  height: auto !important;
  min-height: 44px;
}

body .snize-ac-results-mobile .snize-ac-results-list li:hover {
  background: var(--snize-card-hover-bg);
  border-color: var(--snize-hover-border);
}

body .snize-ac-results-mobile .snize-ac-results-list li:first-child {
  margin-top: 6px;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--snize-ink);
  background: transparent;
  border: none;
  padding: 0 8px;
  box-shadow: none;
}

body .snize-ac-results-mobile .snize-ac-results-list li.snize-label,
body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-label {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 8px !important;
}

body .snize-ac-results-mobile .snize-product {
  margin: 0 0 12px;
  border-radius: 16px;
  background: var(--snize-card-bg);
  border: 1px solid var(--snize-border);
  padding: 10px 12px;
  box-shadow: var(--snize-shadow);
}

body .snize-ac-results-mobile .snize-product .snize-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

body .snize-ac-results-mobile .snize-product .snize-thumbnail img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
  background: rgba(8, 12, 18, 0.6);
}

body .snize-ac-results-mobile .snize-product .snize-title {
  font-weight: 600;
  color: var(--snize-ink);
}

body .snize-ac-results-mobile .snize-product .snize-description {
  color: var(--snize-ink-muted);
  font-size: 0.8rem;
  line-height: 1.3;
}

body .snize-ac-results-mobile .snize-product .snize-sku {
  color: var(--snize-ink-soft);
  font-size: 0.7rem;
}

body .snize-ac-results-mobile .snize-product .snize-price {
  color: var(--snize-ink);
  font-weight: 600;
}

body .snize-ac-results-mobile #snize-ac-items-container-4.snize-ac-results-list-last {
  list-style: none;
  margin: 0 0 16px;
  padding: 0 12px 18px;
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-label {
  list-style: none;
  margin: 20px 10px 2px 8px;
  padding: 0 8px;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--snize-ink);
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-separator {
  list-style: none;
  height: 1px;
  margin: 6px 10px;
  background: var(--snize-border);
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-product {
  margin: 0 0 12px;
  background: var(--snize-card-bg);
  border: 1px solid var(--snize-border);
  border-radius: 16px;
  padding: 10px 12px;
  box-shadow: var(--snize-shadow);
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-product:hover {
  background: var(--snize-card-hover-bg);
  border-color: var(--snize-hover-border);
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-title {
  color: var(--snize-ink);
  font-weight: 600;
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-description {
  color: var(--snize-ink-muted);
  font-size: 0.8rem;
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-sku {
  color: var(--snize-ink-soft);
  font-size: 0.7rem;
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-price,
body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-discounted-price {
  color: var(--snize-ink);
  font-weight: 600;
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-view-all-link {
  list-style: none;
  margin: 6px 0 0;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: var(--pill-shadow);
}

body .snize-ac-results-mobile #snize-ac-items-container-4 .snize-view-all-link .snize-ac-results-arrow::before {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

body .snize-ac-results-mobile .snize-view-all-link {
  margin: 6px 12px 18px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: var(--pill-shadow);
}

body .snize-ac-results-mobile .snize-view-all-link .snize-ac-results-arrow {
  display: inline-flex;
  font-style: normal;
}

body .snize-ac-results-mobile .snize-view-all-link .snize-ac-results-arrow::before {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

body .snize-ac-results-mobile .snize-ac-results-list li a {
  color: inherit;
  text-decoration: none;
  display: grid;
  gap: 6px;
}

body .snize-ac-results-mobile .snize-ac-results-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(3, 6, 12, 0.45);
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-popular-suggestions-view-all-products-text,
body .snize-ac-results.snize-ac-results-mobile .snize-popular-suggestions-view-all-products-text {
  padding: 8px 16px 20px;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text,
body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text {
  background: transparent !important;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-ac-view-all-products,
body .snize-ac-results.snize-ac-results-mobile .snize-ac-view-all-products {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--pill-border);
  background: var(--pill-bg);
  color: var(--pill-text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: var(--pill-shadow);
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-ac-view-all-products .snize-ac-results-arrow,
body .snize-ac-results.snize-ac-results-mobile .snize-ac-view-all-products .snize-ac-results-arrow {
  display: inline-flex;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  font-style: normal;
  margin-left: 4px;
}

body #snize-instant-search-results.snize-ac-results-mobile .snize-ac-view-all-products .snize-ac-results-arrow::before,
body .snize-ac-results.snize-ac-results-mobile .snize-ac-view-all-products .snize-ac-results-arrow::before {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile {
  background-color: var(--snize-overlay-bg) !important;
}

body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-search,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-clear-button-container,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-voice-search-trigger,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
  background-color: var(--snize-panel-bg) !important;
}

body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
  color: var(--snize-ink) !important;
}

body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style::placeholder {
  color: var(--snize-ink-soft) !important;
}

body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-close-area {
  box-shadow: 0 -9999px 0 9999px rgba(11, 17, 28, 0.92) !important;
}

body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-title,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-price-list,
body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-price {
  color: var(--snize-ink) !important;
}

body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-description {
  color: var(--snize-ink-muted) !important;
}

body:not(.theme-light) .snize-ac-results.snize-ac-results-mobile .snize-product:hover {
  background: var(--snize-card-hover-bg) !important;
}

body.theme-light .snize-ac-results-mobile .snize-ac-results-list li:hover,
body.theme-light .snize-ac-results-mobile .snize-product:hover {
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.nav-pill {
  border: 1px solid var(--pill-border);
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--pill-bg);
  box-shadow: var(--pill-shadow);
  color: var(--pill-text);
}

.nav-actions .account-link {
  padding: 8px 10px;
}

.nav-actions .account-link .account-icon {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  line-height: 1;
  border-radius: 999px;
  padding: 4px 8px;
}

.theme-toggle:focus-visible {
  outline: 2px solid rgba(42, 242, 255, 0.6);
  outline-offset: 2px;
}

.theme-toggle .theme-icon {
  font-size: 0.95rem;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

body:not(.theme-light) .theme-toggle .theme-icon-moon {
  opacity: 1;
}

body:not(.theme-light) .theme-toggle .theme-icon-sun {
  opacity: 0.35;
}

body.theme-light .theme-toggle .theme-icon-sun {
  opacity: 1;
}

body.theme-light .theme-toggle .theme-icon-moon {
  opacity: 0.35;
}

.cart-toggle {
  border-color: rgba(42, 242, 255, 0.25);
  background: rgba(12, 18, 30, 0.85);
  color: var(--ink-1);
}

body.theme-light .cart-toggle {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-1);
  border-color: rgba(15, 23, 42, 0.18);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-primary {
  background: rgba(12, 18, 30, 0.88);
  color: var(--ink-1);
  border: 1px solid rgba(255, 122, 89, 0.4);
  box-shadow: 0 12px 28px rgba(4, 8, 16, 0.45);
  letter-spacing: 0.04em;
}

body.theme-light .btn-primary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-1);
  border-color: rgba(255, 122, 89, 0.45);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.btn-primary:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 89, 0.65);
  box-shadow: 0 16px 30px rgba(255, 122, 89, 0.25);
}

.btn-ghost {
  background: rgba(12, 18, 30, 0.85);
  border: 1px solid rgba(42, 242, 255, 0.3);
  color: var(--ink-1);
}

body.theme-light .btn-ghost {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.btn-ghost:hover {
  border-color: rgba(42, 242, 255, 0.6);
  box-shadow: 0 10px 24px rgba(4, 8, 16, 0.5);
  transform: translateY(-2px);
}

.hero {
  background: var(--grad-hero);
  color: #f4fbff;
  padding: 140px 0 120px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(42, 242, 255, 0.28), transparent 55%),
              radial-gradient(circle at 30% 80%, rgba(110, 247, 200, 0.22), transparent 50%),
              radial-gradient(circle at 50% 50%, rgba(91, 124, 255, 0.2), transparent 60%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: center;
}

.hero h1 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(2.8rem, 4.4vw, 4.6rem);
  line-height: 1.05;
  margin: 0 0 20px;
}

.hero p {
  color: rgba(244, 251, 255, 0.82);
  font-size: 1.1rem;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.stat-card {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(8, 12, 20, 0.6);
  border: 1px solid rgba(42, 242, 255, 0.2);
}

body.theme-light .stat-card {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.stat-card strong {
  display: block;
  font-size: 1.3rem;
  font-family: 'Unbounded', sans-serif;
}

.hero-art {
  position: relative;
  min-height: 360px;
}

.hero-glow {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(460px, 95%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(42, 242, 255, 0.55), rgba(91, 124, 255, 0.25) 45%, rgba(11, 15, 20, 0.9) 70%);
  box-shadow: 0 40px 90px rgba(7, 10, 16, 0.75), 0 0 120px rgba(42, 242, 255, 0.3);
  filter: blur(1px);
}

.hero-leaf {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(320px, 70%);
  height: auto;
  filter: drop-shadow(0 24px 60px rgba(7, 10, 16, 0.6)) drop-shadow(0 0 40px rgba(42, 242, 255, 0.35));
  animation: float 6s ease-in-out infinite;
}

.hero-chip {
  position: absolute;
  right: 10%;
  top: 20%;
  background: rgba(12, 18, 30, 0.6);
  border: 1px solid rgba(42, 242, 255, 0.3);
  padding: 14px 18px;
  border-radius: 14px;
  color: #f4fbff;
  font-size: 0.9rem;
  box-shadow: 0 16px 40px rgba(7, 10, 16, 0.5);
}

body.theme-light .hero-chip {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.hero-chip span {
  color: rgba(244, 251, 255, 0.75);
  font-size: 0.75rem;
  display: block;
}

body.theme-light .hero-chip span {
  color: rgba(15, 23, 42, 0.6);
}

.hero-chip-alt {
  left: 6%;
  bottom: 14%;
  top: auto;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.section-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  margin-bottom: 14px;
  position: relative;
}

.section-title::after {
  content: none;
}

.section-subtitle {
  color: var(--ink-2);
  max-width: 520px;
}

.candy-breadcrumbs {
  padding: 14px 0 0;
}

.candy-breadcrumbs .container {
  display: flex;
  justify-content: flex-start;
}

.candy-breadcrumbs-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(42, 242, 255, 0.2);
  box-shadow: var(--shadow-1);
  font-size: 0.85rem;
}

body.theme-light .candy-breadcrumbs-list {
  background: transparent;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.candy-breadcrumbs-list li {
  color: var(--ink-2);
}

.candy-breadcrumbs-list li + li::before {
  content: "›";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
}

body.theme-light .candy-breadcrumbs-list li + li::before {
  color: rgba(15, 23, 42, 0.4);
}

.candy-breadcrumbs-list a {
  color: var(--ink-1);
  text-decoration: none;
}

.candy-breadcrumbs-list a:hover {
  color: #fff;
}

body.theme-light .candy-breadcrumbs-list a:hover {
  color: #0f172a;
}

body:not(.theme-light) .candy-breadcrumbs-list,
body:not(.theme-light).woocommerce .woocommerce-breadcrumb,
body:not(.theme-light).woocommerce-page .woocommerce-breadcrumb {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body:not(.theme-light) .candy-breadcrumbs-list li,
body:not(.theme-light) .candy-breadcrumbs-list a,
body:not(.theme-light).woocommerce .woocommerce-breadcrumb a,
body:not(.theme-light).woocommerce-page .woocommerce-breadcrumb a {
  background: transparent !important;
  box-shadow: none !important;
}

.candy-breadcrumbs + .site-main > .section {
  padding-top: 32px;
}

.brand-groups {
  display: grid;
  gap: 48px;
  margin-top: 32px;
}

.brand-category {
  position: relative;
}

.brand-category + .brand-category {
  padding-top: 28px;
}

.brand-category + .brand-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(42, 242, 255, 0.35), rgba(251, 191, 36, 0.25), rgba(255, 255, 255, 0));
  opacity: 0.8;
}

.brand-category-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand-category-title {
  margin: 0;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.brand-category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  box-shadow: var(--pill-shadow);
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
}

.brand-category-link:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-2);
}

.brand-category .card-grid {
  margin-top: 18px;
}

.page-template-page-brands .card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--product-grid-gap);
  grid-auto-rows: var(--brand-card-height, 460px);
  align-content: start;
  justify-content: start;
}

.brand-category-footer {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.brand-category-footer .brand-category-link {
  background: transparent;
  box-shadow: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.card {
  background: var(--grad-glass);
  border: 1px solid rgba(42, 242, 255, 0.25);
  border-radius: var(--radius-md);
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 22px;
  box-shadow: var(--shadow-1);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  inset: -50% 30% auto;
  height: 120px;
  background: radial-gradient(circle, rgba(42, 242, 255, 0.35), transparent 70%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2);
}

.card:hover::after {
  opacity: 1;
}

.card h3 {
  margin: 0 0 10px;
  font-family: 'Unbounded', sans-serif;
}

.page-template-page-brands .card {
  padding-bottom: 54px;
  height: 100%;
}

body:not(.theme-light).page-template-page-brands .card {
  background: transparent;
}

.page-template-page-brands .card .brand-card__image {
  display: block;
  width: 100%;
  height: 170px;
  margin: 0 0 14px;
  object-fit: cover;
  object-position: top center;
}

.page-template-page-brands .card p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.page-template-page-brands .card .brand-pill {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: var(--pill-shadow);
}

@media (max-width: 840px) {
  .page-template-page-brands .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    --brand-card-height: 440px;
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .page-template-page-brands .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    --brand-card-height: 430px;
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .page-template-page-brands .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --brand-card-height: 420px;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .page-template-page-brands .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --brand-card-height: 400px;
    gap: 14px;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  box-shadow: var(--pill-shadow);
  color: var(--pill-text);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  align-items: center;
}

.surface {
  background: rgba(11, 16, 26, 0.85);
  border: 1px solid rgba(42, 242, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-1);
}

body.theme-light .surface {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.neon-strip {
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  padding: 12px 18px;
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  row-gap: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  box-shadow: var(--pill-shadow);
}

.neon-strip span {
  background: rgba(8, 12, 20, 0.45);
  border: 1px solid rgba(42, 242, 255, 0.2);
  border-radius: 999px;
  padding: 6px 10px;
}

body.theme-light .neon-strip span {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.12);
}

.rotator {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  box-shadow: var(--pill-shadow);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rotator-label {
  color: var(--ink-2);
}

.rotator-value {
  color: var(--accent);
  font-weight: 600;
}

.products,
.woocommerce ul.products {
  margin-top: 28px;
  display: grid;
  gap: var(--product-grid-gap);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  --product-card-height: 420px;
  --product-card-media: 210px;
  --product-card-title: calc(2.4em + 0.35rem);
  --product-card-price: 1.3em;
  --product-card-meta: 1.2em;
  grid-auto-rows: var(--product-card-height);
  width: 100%;
  box-sizing: border-box;
  grid-auto-flow: row;
  align-content: start;
}

.up-sells.products,
.upsells.products {
  display: block;
  grid-template-columns: none;
  grid-auto-rows: auto;
  gap: 0;
}

.up-sells.products > ul.products,
.upsells.products > ul.products {
  margin-top: 18px;
}

.products::before,
.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}

.wc-block-product-template,
.wc-block-product-template.is-flex-container {
  margin-top: 28px;
  display: grid !important;
  gap: var(--product-grid-gap);
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  --product-card-height: 420px;
  --product-card-media: 210px;
  --product-card-title: calc(2.4em + 0.35rem);
  --product-card-price: 1.3em;
  --product-card-meta: 1.2em;
  grid-auto-rows: var(--product-card-height);
  width: 100%;
  justify-content: stretch !important;
  align-content: stretch !important;
}

.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: transparent;
  border-radius: var(--radius-md);
  border: 1px solid rgba(42, 242, 255, 0.25);
  padding: var(--product-card-padding);
  box-shadow: var(--shadow-1);
  transition: all 0.2s ease;
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

body.theme-light .products li.product,
body.theme-light.woocommerce ul.products li.product,
body.theme-light.woocommerce-page ul.products li.product {
  background: rgba(255, 255, 255, 0.6) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

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

.woocommerce ul.products.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

.woocommerce ul.products.columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

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

.wc-block-product-template.columns-4 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

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

.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.products li.product .woocommerce-LoopProduct-link img,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  width: 100%;
  height: var(--product-card-media);
  object-fit: cover;
  display: block;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: transparent;
}

.products li.product .woocommerce-product-gallery__image,
.woocommerce ul.products li.product .woocommerce-product-gallery__image {
  width: 100%;
  height: var(--product-card-media);
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: transparent;
}

.products li.product .woocommerce-product-gallery__image video,
.products li.product .woocommerce-product-gallery__image iframe,
.woocommerce ul.products li.product .woocommerce-product-gallery__image video,
.woocommerce ul.products li.product .woocommerce-product-gallery__image iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
  min-height: var(--product-card-title);
  margin: 0;
}

.products li.product .price,
.woocommerce ul.products li.product .price {
  min-height: var(--product-card-price);
  margin: 0;
}

.products li.product .candy-product-unit,
.products li.product .candy-product-qty,
.woocommerce ul.products li.product .candy-product-unit,
.woocommerce ul.products li.product .candy-product-qty {
  margin: 0;
  line-height: 1.2;
  min-height: var(--product-card-meta);
}

.products li.product .onsale,
.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -70%);
  z-index: 2;
}

.products li.product .button,
.woocommerce ul.products li.product .button {
  margin-top: auto;
  align-self: center;
}

.products li.product .added_to_cart,
.woocommerce ul.products li.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  align-self: center;
  background: var(--pill-bg);
  color: var(--pill-text);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1;
  box-shadow: var(--pill-shadow);
  text-decoration: none;
  white-space: nowrap;
}

.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .added_to_cart:hover {
  border-color: rgba(42, 242, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(4, 8, 16, 0.45);
}

.wc-block-product-template > li,
.wc-block-product-template > li.wc-block-product {
  background: rgba(11, 16, 26, 0.85);
  border-radius: var(--radius-md);
  border: 1px solid rgba(42, 242, 255, 0.25);
  padding: var(--product-card-padding);
  box-shadow: var(--shadow-1);
  transition: all 0.2s ease;
  margin: 0 !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: initial !important;
  max-width: none !important;
}

body.theme-light .wc-block-product-template > li,
body.theme-light .wc-block-product-template > li.wc-block-product {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.wc-block-product-template .wc-block-components-product-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(10, 14, 20, 0.7);
}

body.theme-light .wc-block-product-template .wc-block-components-product-image {
  background: rgba(248, 250, 252, 0.9);
}

.wc-block-product-template .wc-block-components-product-image > a {
  position: relative;
  display: block;
}

.wc-block-product-template .wc-block-components-product-image img,
.wc-block-product-template .wc-block-components-product-image video {
  width: 100%;
  height: var(--product-card-media);
  object-fit: cover;
  display: block;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.wc-block-product-template .candy-product-title,
.wc-block-product-template .wc-block-components-product-title,
.wc-block-product-template .wp-block-woocommerce-product-title {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: var(--product-card-title);
  margin: 12px 0 6px;
}

.wc-block-product-template .wc-block-components-product-price {
  min-height: var(--product-card-price);
  margin: 0;
}

.wc-block-product-template .wp-block-woocommerce-product-button,
.wc-block-product-template .wc-block-components-product-button {
  margin-top: auto;
  align-self: center;
}

.wc-block-product-template .onsale {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -70%);
  z-index: 2;
}

.candy-product-unit--empty,
.candy-product-qty--empty {
  visibility: hidden;
}

@media (max-width: 840px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    --product-card-height: 400px;
    --product-card-media: 190px;
    --product-grid-gap: 18px;
  }

  .woocommerce ul.products.columns-4,
  .woocommerce ul.products.columns-5,
  .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wc-block-product-template,
  .wc-block-product-template.is-flex-container {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    --product-card-height: 400px;
    --product-card-media: 190px;
    --product-grid-gap: 18px;
  }

  .wc-block-product-template.columns-4,
  .wc-block-product-template.columns-5,
  .wc-block-product-template.columns-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    --product-card-height: 390px;
    --product-card-media: 185px;
    --product-grid-gap: 16px;
  }

  .woocommerce ul.products.columns-4,
  .woocommerce ul.products.columns-5,
  .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .candy-bestsellers .woocommerce ul.products,
  .candy-deals .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    grid-auto-rows: 420px !important;
    --product-card-height: 420px;
    --product-card-media: 210px;
    --product-card-title: calc(2.4em + 0.35rem);
    --product-card-price: 1.3em;
    --product-card-meta: 1.2em;
  }

  .wc-block-product-template,
  .wc-block-product-template.is-flex-container {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    --product-card-height: 390px;
    --product-card-media: 185px;
    --product-grid-gap: 16px;
  }

  .wc-block-product-template.columns-4,
  .wc-block-product-template.columns-5,
  .wc-block-product-template.columns-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --product-card-height: 380px;
    --product-card-media: 180px;
    --product-grid-gap: 16px;
  }

  .woocommerce ul.products.columns-3,
  .woocommerce ul.products.columns-4,
  .woocommerce ul.products.columns-5,
  .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-block-product-template,
  .wc-block-product-template.is-flex-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    --product-card-height: 380px;
    --product-card-media: 180px;
    --product-grid-gap: 16px;
  }

  .wc-block-product-template.columns-3,
  .wc-block-product-template.columns-4,
  .wc-block-product-template.columns-5,
  .wc-block-product-template.columns-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
    --product-card-height: 360px;
    --product-card-media: 170px;
    --product-grid-gap: 14px;
    --product-card-padding: 12px;
  }

  .woocommerce ul.products.columns-2,
  .woocommerce ul.products.columns-3,
  .woocommerce ul.products.columns-4,
  .woocommerce ul.products.columns-5,
  .woocommerce ul.products.columns-6 {
    grid-template-columns: 1fr;
  }

  .wc-block-product-template,
  .wc-block-product-template.is-flex-container {
    grid-template-columns: 1fr !important;
    --product-card-height: 360px;
    --product-card-media: 170px;
    --product-grid-gap: 14px;
    --product-card-padding: 12px;
  }

  .wc-block-product-template.columns-2,
  .wc-block-product-template.columns-3,
  .wc-block-product-template.columns-4,
  .wc-block-product-template.columns-5,
  .wc-block-product-template.columns-6 {
    grid-template-columns: 1fr !important;
  }
}

.products li.product:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2);
}

.products li.product .price,
.woocommerce ul.products li.product .price {
  color: var(--ink-1);
  font-weight: 600;
}

.woocommerce .price,
.woocommerce .price .woocommerce-Price-amount,
.wc-block-components-product-price,
.wc-block-components-product-price .woocommerce-Price-amount {
  color: #7ce7ff;
  text-shadow: 0 0 12px rgba(124, 231, 255, 0.45);
}

.woocommerce .price del,
.woocommerce .price del .woocommerce-Price-amount,
.wc-block-components-product-price del,
.wc-block-components-product-price del .woocommerce-Price-amount {
  color: rgba(124, 231, 255, 0.45);
  text-shadow: none;
}

.woocommerce .price ins,
.woocommerce .price ins .woocommerce-Price-amount,
.wc-block-components-product-price ins,
.wc-block-components-product-price ins .woocommerce-Price-amount {
  color: #22c55e;
  text-shadow: 0 0 12px rgba(34, 197, 94, 0.45);
}

body.theme-light.woocommerce .price,
body.theme-light.woocommerce .price .woocommerce-Price-amount,
body.theme-light.woocommerce .price del,
body.theme-light.woocommerce .price del .woocommerce-Price-amount,
body.theme-light.woocommerce .price ins,
body.theme-light.woocommerce .price ins .woocommerce-Price-amount,
body.theme-light.woocommerce-page .price,
body.theme-light.woocommerce-page .price .woocommerce-Price-amount,
body.theme-light.woocommerce-page .price del,
body.theme-light.woocommerce-page .price del .woocommerce-Price-amount,
body.theme-light.woocommerce-page .price ins,
body.theme-light.woocommerce-page .price ins .woocommerce-Price-amount,
body.theme-light .price,
body.theme-light .price .woocommerce-Price-amount,
body.theme-light .wc-block-components-product-price,
body.theme-light .wc-block-components-product-price .woocommerce-Price-amount,
body.theme-light .wc-block-components-product-price del,
body.theme-light .wc-block-components-product-price del .woocommerce-Price-amount,
body.theme-light .wc-block-components-product-price ins,
body.theme-light .wc-block-components-product-price ins .woocommerce-Price-amount,
body.theme-light .products li.product .price,
body.theme-light.woocommerce ul.products li.product .price {
  color: #2f8f5b;
  font-weight: 700;
  text-shadow: none;
}

.onsale,
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #a855f7;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.65rem;
  box-shadow: 0 10px 24px rgba(168, 85, 247, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-product div.product > .onsale {
  display: inline-flex;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  white-space: nowrap;
  top: 0;
  left: 0 !important;
  right: auto !important;
  transform: translate(-25%, -50%);
}

.wc-block-components-product-sale-badge__text {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.products li.product .button,
.woocommerce ul.products li.product .button {
  background: var(--pill-bg);
  color: var(--pill-text);
  border-radius: 999px;
  border: 1px solid var(--pill-border);
  font-weight: 600;
  padding: var(--button-pad-y-sm) var(--button-pad-x-sm);
  font-size: var(--button-font-size);
  letter-spacing: var(--button-letter);
  text-transform: uppercase;
  box-shadow: var(--pill-shadow);
}

.site .button,
.site button.button,
.site input.button {
  font-family: var(--font-primary);
  letter-spacing: var(--button-letter);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--pill-bg);
  color: var(--pill-text);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  font-weight: 600;
  padding: var(--button-pad-y) var(--button-pad-x);
  font-size: var(--button-font-size);
  letter-spacing: var(--button-letter);
  text-transform: uppercase;
  box-shadow: var(--pill-shadow);
  text-shadow: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  border-color: rgba(42, 242, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(4, 8, 16, 0.45);
}

.woocommerce form .form-row {
  margin: 0 0 var(--form-row-gap);
}

.woocommerce form .form-row:last-of-type {
  margin-bottom: 0;
}

.woocommerce-notices-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.woocommerce-message {
  background: transparent;
  border: 1px solid rgba(42, 242, 255, 0.25);
  border-radius: 999px;
  color: var(--ink-1);
  box-shadow: var(--pill-shadow);
  padding: 12px 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  text-align: center;
  transform: translateY(-22px);
}

.woocommerce-message .button,
.woocommerce-message a.button,
.woocommerce-message .wc-forward {
  background: var(--pill-bg);
  color: var(--pill-text);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: var(--pill-shadow);
  white-space: nowrap;
}

.woocommerce-message .button:hover,
.woocommerce-message a.button:hover,
.woocommerce-message .wc-forward:hover {
  border-color: rgba(42, 242, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(4, 8, 16, 0.45);
}

.woocommerce-error {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  border-radius: 16px;
  background: transparent;
  border: 1px solid rgba(255, 122, 89, 0.4);
  color: var(--ink-1);
  box-shadow: var(--pill-shadow);
  display: inline-flex;
  align-items: center;
  text-align: left;
  width: auto;
  max-width: 100%;
  transform: translateY(-10px);
}

.woocommerce-error[role="alert"]::before {
  position: static;
  top: auto;
  right: auto;
  margin-left: 0;
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.woocommerce-error li {
  margin: 0;
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

.woocommerce-error .button,
.woocommerce-error a.button,
.woocommerce-error .wc-forward {
  background: var(--pill-bg);
  color: var(--pill-text);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  box-shadow: var(--pill-shadow);
  white-space: nowrap;
}

.woocommerce-error .button:hover,
.woocommerce-error a.button:hover,
.woocommerce-error .wc-forward:hover {
  border-color: rgba(255, 122, 89, 0.7);
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

.woocommerce-order-received .woocommerce {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woocommerce-order-received .woocommerce-notice,
.woocommerce-order-received .woocommerce-info {
  margin: 0;
  padding: 12px 16px;
  border-radius: 16px;
  background: transparent;
  border: 1px solid rgba(42, 242, 255, 0.2);
  color: var(--ink-1);
}

.woocommerce-order-received .woocommerce-form-login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.woocommerce-order-received .woocommerce-form-login .form-row {
  margin: 0;
  width: 100%;
}

.woocommerce-order-received .woocommerce-form-login .form-row-first,
.woocommerce-order-received .woocommerce-form-login .form-row-last {
  float: none;
}

.woocommerce-order-received .woocommerce-form-login .form-row:not(.form-row-first):not(.form-row-last) {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.woocommerce-order-received .woocommerce-form-login label {
  color: var(--ink-2);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-form-login .input-text {
  border-radius: 14px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: transparent;
  color: var(--ink-1);
  padding: 10px 12px;
  width: 100%;
}

.woocommerce-order-received .woocommerce-form-login .password-input {
  width: 100%;
}

.woocommerce-order-received .woocommerce-form-login .woocommerce-button {
  border-radius: 999px;
  padding: 10px 20px;
  background: rgba(12, 18, 30, 0.9);
  border: 1px solid rgba(255, 122, 89, 0.45);
  color: var(--ink-1);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.woocommerce-order-received .woocommerce-form-login .woocommerce-button:hover {
  border-color: rgba(255, 122, 89, 0.7);
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

.woocommerce-order-received .woocommerce-form-login .lost_password {
  margin: 0;
  grid-column: 1 / -1;
}

.woocommerce-order-received .woocommerce-order {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.woocommerce-order-received .woocommerce-order-overview {
  list-style: none;
  display: inline-grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, auto));
  gap: 16px;
  margin: 0;
  padding: 0;
  align-items: start;
  justify-content: start;
  align-self: flex-start;
  justify-self: start;
  width: auto;
}

.woocommerce-order-received .woocommerce-order-overview li {
  background: transparent !important;
  border: 1px solid rgba(42, 242, 255, 0.2) !important;
  border-radius: 16px;
  padding: 12px 14px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  color: var(--ink-1);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.7rem;
  display: grid;
  grid-template-rows: auto auto;
  gap: 6px;
  align-content: start;
  min-height: 0;
  box-sizing: border-box;
  border-right: 1px solid rgba(42, 242, 255, 0.2) !important;
  border-left: 1px solid rgba(42, 242, 255, 0.2) !important;
  margin: 0 !important;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: 4px;
  align-self: end;
  color: var(--ink-1);
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: none;
  word-break: break-word;
}

@media (min-width: 900px) {
  .woocommerce-order-received .woocommerce-order-overview {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-template-columns: none;
  }
}

@media (max-width: 640px) {
  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-customer-details h2 {
  margin: 0 0 8px;
}

.woocommerce-order-received .woocommerce-order-details {
  display: grid;
  gap: 10px;
}

.woocommerce-order-received .woocommerce-table--order-details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.woocommerce-order-received .woocommerce-table--order-details thead th {
  text-align: left;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
  padding: 0 12px 6px;
}

.woocommerce-order-received .woocommerce-table--order-details tbody td,
.woocommerce-order-received .woocommerce-table--order-details tfoot td,
.woocommerce-order-received .woocommerce-table--order-details tfoot th {
  background: transparent;
  border-top: 1px solid rgba(42, 242, 255, 0.15);
  border-bottom: 1px solid rgba(42, 242, 255, 0.15);
  padding: 12px;
  color: var(--ink-1);
}

.woocommerce-order-received .woocommerce-table--order-details tbody td:first-child,
.woocommerce-order-received .woocommerce-table--order-details tfoot th:first-child {
  border-left: 1px solid rgba(42, 242, 255, 0.15);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.woocommerce-order-received .woocommerce-table--order-details tbody td:last-child,
.woocommerce-order-received .woocommerce-table--order-details tfoot td:last-child {
  border-right: 1px solid rgba(42, 242, 255, 0.15);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: right;
  white-space: nowrap;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: grid;
  gap: 12px;
}

.woocommerce-order-received .woocommerce-customer-details address {
  background: transparent;
  border: 1px solid rgba(42, 242, 255, 0.2);
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--ink-1);
}

@media (max-width: 700px) {
  .woocommerce-order-received .woocommerce-form-login {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .woocommerce-notices-wrapper {
    padding: 0 16px;
  }

  .woocommerce-message {
    width: 100%;
    max-width: 520px;
    padding: 14px 18px;
    border-radius: 20px;
    flex-direction: column;
    transform: translateY(-12px);
  }
}

.woocommerce .woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  left: -3px;
  top: -5px;
}

.woocommerce .woocommerce-ordering select {
  appearance: none;
  background: rgba(12, 18, 30, 0.9);
  border: 1px solid rgba(42, 242, 255, 0.25);
  color: var(--ink-1);
  border-radius: 999px;
  padding: 8px 30px 8px 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: var(--pill-shadow);
}

body.theme-light.woocommerce .woocommerce-ordering select,
body.theme-light.woocommerce-page .woocommerce-ordering select {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.woocommerce .woocommerce-ordering::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(244, 247, 255, 0.7);
  border-bottom: 2px solid rgba(244, 247, 255, 0.7);
  transform: rotate(45deg);
  margin-left: -33px;
  pointer-events: none;
}

body.theme-light.woocommerce .woocommerce-ordering::after,
body.theme-light.woocommerce-page .woocommerce-ordering::after {
  border-right-color: rgba(15, 23, 42, 0.5);
  border-bottom-color: rgba(15, 23, 42, 0.5);
}

.woocommerce .woocommerce-ordering select:focus {
  outline: 2px solid rgba(42, 242, 255, 0.35);
  outline-offset: 2px;
}

.woocommerce .woocommerce-ordering select option {
  color: #0b0d10;
}

body.theme-light.woocommerce .woocommerce-ordering select option,
body.theme-light.woocommerce-page .woocommerce-ordering select option {
  color: #0f172a;
}

.woocommerce div.product .summary {
  background: transparent;
  border: 1px solid rgba(42, 242, 255, 0.25);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-1);
}

body.theme-light.woocommerce div.product .summary,
body.theme-light.woocommerce-page div.product .summary {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

body:not(.theme-light).single-product .woocommerce div.product .summary,
body:not(.theme-light).single-product .woocommerce-page div.product .summary {
  background: transparent !important;
  background-image: none !important;
}

.single-product .product_meta > span {
  display: block;
}

.single-product .product_meta > span + span {
  margin-top: 6px;
}

.woocommerce .quantity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0;
}

.single-product form.cart {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.single-product form.cart .quantity {
  margin-right: 0;
  gap: 0;
}

.single-product form.cart .single_add_to_cart_button {
  position: relative;
  margin-left: 0;
}

.single-product form.cart .quantity::before {
  content: "Quantity:";
  color: var(--ink-2);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.single-product form.cart .qty-to-cart-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 0 10px;
  color: #34d399;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-shadow: 0 0 10px rgba(52, 211, 153, 0.35);
}

.single-product form.cart .quantity .qty {
  padding-right: 30px;
  min-height: 44px;
  height: 44px;
}

.single-product form.cart .quantity::after {
  content: none;
}

.single-product form.cart .qty-adjust-wrap {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 2;
}

.single-product form.cart .qty-adjust {
  width: 16px;
  height: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgb(44 90 12 / 80%);
  font-size: 0.6rem;
  line-height: 1;
  cursor: pointer;
}

.single-product form.cart .qty-adjust:hover,
.single-product form.cart .qty-adjust:focus {
  color: #2af2ff;
}

body:not(.theme-light) .single-product form.cart .qty-adjust {
  color: rgba(244, 247, 255, 0.8);
}

body:not(.theme-light) .single-product form.cart .qty-adjust:hover,
body:not(.theme-light) .single-product form.cart .qty-adjust:focus {
  color: #2af2ff;
}

body.theme-light .single-product form.cart .qty-adjust {
  color: rgb(44 90 12 / 80%);
}

body.theme-light .single-product form.cart .qty-adjust:hover,
body.theme-light .single-product form.cart .qty-adjust:focus {
  color: rgb(44 90 12 / 100%);
}

.woocommerce .quantity .qty {
  width: 88px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: rgba(12, 18, 30, 0.85);
  color: var(--ink-1);
  text-align: center;
  font-weight: 600;
  box-shadow: var(--pill-shadow);
  padding: 4px 12px;
  min-height: 44px;
  -moz-appearance: textfield;
  appearance: textfield;
}

body.theme-light.woocommerce .quantity .qty,
body.theme-light.woocommerce-page .quantity .qty {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.woocommerce .quantity {
  position: relative;
}

.woocommerce .quantity::after {
  content: "▲\A▼";
  white-space: pre;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  line-height: 0.7rem;
  color: rgba(244, 247, 255, 0.75);
  pointer-events: none;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .quantity .qty:focus {
  outline: 2px solid rgba(42, 242, 255, 0.35);
  outline-offset: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: rgba(16, 20, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: 0 16px 40px rgba(3, 6, 12, 0.5);
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

.woocommerce-account .woocommerce {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > * {
  width: 100%;
}

body.theme-light.woocommerce-account .woocommerce-MyAccount-navigation {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  width: max-content;
  max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  box-shadow: var(--pill-shadow);
  font-size: var(--button-font-size);
  letter-spacing: var(--button-letter);
  width: 100%;
}

body.theme-light.woocommerce-account .woocommerce-MyAccount-navigation li a {
  background: var(--pill-bg);
  border-color: var(--pill-border);
  color: var(--pill-text);
  box-shadow: var(--pill-shadow);
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:focus {
  background: rgba(42, 242, 255, 0.16);
  border-color: rgba(42, 242, 255, 0.45);
}

body.theme-light.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
body.theme-light.woocommerce-account .woocommerce-MyAccount-navigation li a:focus {
  background: rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 23, 42, 0.22);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: rgba(42, 242, 255, 0.24);
  border-color: rgba(42, 242, 255, 0.6);
  color: #f4fbff;
}

body.theme-light.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: rgba(15, 23, 42, 0.12);
  border-color: rgba(15, 23, 42, 0.4);
  color: #0f172a;
}

.woocommerce-account .woocommerce-EditAccountForm {
  background: rgba(16, 20, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: 0 16px 40px rgba(3, 6, 12, 0.5);
  display: grid;
  gap: 14px;
}

body.theme-light.woocommerce-account .woocommerce-EditAccountForm {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.woocommerce-account .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-EditAccountForm p {
  margin: 0;
  display: grid;
  gap: 6px;
}

.woocommerce-account .woocommerce-EditAccountForm label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.woocommerce-account .woocommerce-EditAccountForm input[type="text"],
.woocommerce-account .woocommerce-EditAccountForm input[type="email"],
.woocommerce-account .woocommerce-EditAccountForm input[type="password"],
.woocommerce-account .woocommerce-EditAccountForm input[type="tel"],
.woocommerce-account .woocommerce-EditAccountForm input[type="search"] {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: rgba(12, 18, 30, 0.85);
  color: var(--ink-1);
  padding: 10px 14px;
  min-height: 44px;
}

body.theme-light.woocommerce-account .woocommerce-EditAccountForm input[type="text"],
body.theme-light.woocommerce-account .woocommerce-EditAccountForm input[type="email"],
body.theme-light.woocommerce-account .woocommerce-EditAccountForm input[type="password"],
body.theme-light.woocommerce-account .woocommerce-EditAccountForm input[type="tel"],
body.theme-light.woocommerce-account .woocommerce-EditAccountForm input[type="search"] {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(15, 23, 42, 0.2);
  color: var(--ink-1);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.woocommerce-account .woocommerce-EditAccountForm input:focus {
  outline: 2px solid rgba(42, 242, 255, 0.4);
  outline-offset: 2px;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  margin: 6px 0 0;
  border: 1px solid rgba(42, 242, 255, 0.2);
  border-radius: var(--radius-md);
  padding: 16px;
}

body.theme-light.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border-color: rgba(15, 23, 42, 0.2);
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 8px;
}

.woocommerce-account .woocommerce-EditAccountForm .password-input {
  position: relative;
}

.woocommerce-account .woocommerce-EditAccountForm .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: var(--ink-2);
  padding: 0;
  cursor: pointer;
}

.woocommerce-account .woocommerce-EditAccountForm button.woocommerce-Button {
  justify-self: start;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: rgba(12, 18, 30, 0.9);
  color: var(--ink-1);
  padding: 10px 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.theme-light.woocommerce-account .woocommerce-EditAccountForm button.woocommerce-Button {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(16, 20, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(3, 6, 12, 0.5);
}

body.theme-light.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.woocommerce-account .woocommerce-orders-table thead th {
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
  padding: 12px 16px;
  background: rgba(12, 18, 30, 0.9);
}

body.theme-light.woocommerce-account .woocommerce-orders-table thead th {
  background: rgba(15, 23, 42, 0.06);
  color: var(--ink-1);
}

.woocommerce-account .woocommerce-orders-table tbody td {
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ink-1);
}

body.theme-light.woocommerce-account .woocommerce-orders-table tbody td {
  border-top-color: rgba(15, 23, 42, 0.12);
}

.woocommerce-account .woocommerce-orders-table tbody tr:nth-child(even) td {
  background: rgba(12, 18, 30, 0.55);
}

body.theme-light.woocommerce-account .woocommerce-orders-table tbody tr:nth-child(even) td {
  background: rgba(15, 23, 42, 0.04);
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  padding: 6px 14px;
  background: rgba(12, 18, 30, 0.8);
  color: var(--ink-1);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.theme-light.woocommerce-account .woocommerce-orders-table__cell-order-actions a {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a:focus {
  background: rgba(42, 242, 255, 0.2);
  border-color: rgba(42, 242, 255, 0.6);
}

body.theme-light.woocommerce-account .woocommerce-orders-table__cell-order-actions a:hover,
body.theme-light.woocommerce-account .woocommerce-orders-table__cell-order-actions a:focus {
  background: rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 23, 42, 0.25);
}

.woocommerce-account .woocommerce-order-overview {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.woocommerce-account .woocommerce-order-overview li {
  background: rgba(16, 20, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 10px 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: var(--ink-2);
}

body.theme-light.woocommerce-account .woocommerce-order-overview li {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--ink-1);
}

.woocommerce-account .woocommerce-order-overview li strong {
  display: block;
  margin-top: 6px;
  font-size: 0.85rem;
  color: var(--ink-1);
  text-transform: none;
  letter-spacing: 0.02em;
}

.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details {
  background: rgba(16, 20, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: 0 16px 40px rgba(3, 6, 12, 0.5);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

body.theme-light.woocommerce-account .woocommerce-order-details,
body.theme-light.woocommerce-account .woocommerce-customer-details {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.woocommerce-account .woocommerce-order-details__title,
.woocommerce-account .woocommerce-customer-details h2 {
  margin-top: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  order: 1;
}

.woocommerce-account .woocommerce-order-details > :not(.woocommerce-order-details__title),
.woocommerce-account .woocommerce-customer-details > :not(h2) {
  order: 2;
}

.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details th,
.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details td {
  padding: 12px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.theme-light.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details th,
body.theme-light.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details td {
  border-top-color: rgba(15, 23, 42, 0.12);
}

.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details thead th {
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details tfoot th,
.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details tfoot td {
  font-weight: 600;
}

.woocommerce-account .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.6;
}

.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: none;
  grid-auto-flow: row;
  align-items: stretch;
}

.woocommerce-account .woocommerce-Addresses .u-column1,
.woocommerce-account .woocommerce-Addresses .u-column2 {
  float: none;
  width: 100%;
  align-self: stretch;
}

.woocommerce-account .woocommerce-Addresses .u-column1 {
  order: 1;
}

.woocommerce-account .woocommerce-Addresses .u-column2 {
  order: 2;
}

@media (max-width: 900px) {
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

.woocommerce-account .woocommerce-Address {
  background: rgba(16, 20, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: 0 16px 40px rgba(3, 6, 12, 0.5);
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  max-width: none;
  float: none;
  height: 100%;
}

body.theme-light.woocommerce-account .woocommerce-Address {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.woocommerce-account .woocommerce-Address-title {
  display: contents;
}

.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3 {
  margin: 0;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.05rem;
  grid-row: 1;
}

.woocommerce-account .woocommerce-Address address {
  margin: 0;
  grid-row: 2;
}

.woocommerce-account .woocommerce-Address-title a {
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  padding: 6px 14px;
  background: rgba(12, 18, 30, 0.8);
  color: var(--ink-1);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--pill-shadow);
  justify-self: start;
  margin-top: 12px;
  grid-row: 3;
}

body.theme-light.woocommerce-account .woocommerce-Address-title a {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.woocommerce-account .woocommerce-address-fields {
  background: rgba(16, 20, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: 0 16px 40px rgba(3, 6, 12, 0.5);
  display: grid;
  gap: 14px;
}

body.theme-light.woocommerce-account .woocommerce-address-fields {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.woocommerce-account .woocommerce-address-fields .form-row {
  margin: 0;
  display: grid;
  gap: 6px;
}

.woocommerce-account .woocommerce-address-fields label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.woocommerce-account .woocommerce-address-fields input[type="text"],
.woocommerce-account .woocommerce-address-fields input[type="email"],
.woocommerce-account .woocommerce-address-fields input[type="tel"],
.woocommerce-account .woocommerce-address-fields input[type="search"],
.woocommerce-account .woocommerce-address-fields select,
.woocommerce-account .woocommerce-address-fields textarea {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: rgba(12, 18, 30, 0.85);
  color: var(--ink-1);
  padding: 10px 14px;
  min-height: 44px;
}

.woocommerce-account .woocommerce-address-fields select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  max-width: 360px;
  justify-self: start;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23f4f7ff' d='M1.41 0.59 6 5.17 10.59 0.59 12 2 6 8 0 2z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
}

.woocommerce-account .woocommerce-address-fields .select2-container {
  width: 100% !important;
  max-width: 360px;
  justify-self: start;
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single {
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: rgba(12, 18, 30, 0.85);
  color: var(--ink-1);
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding: 0 40px 0 14px;
  color: var(--ink-1);
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 12px;
}

.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 8px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 8px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23ffffff' d='M1.41 0.59 6 5.17 10.59 0.59 12 2 6 8 0 2z'/></svg>");
}

.woocommerce-account .woocommerce-address-fields .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account .woocommerce-address-fields .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(42, 242, 255, 0.6);
  box-shadow: 0 0 0 2px rgba(42, 242, 255, 0.2);
}

.woocommerce-account .woocommerce-address-fields .select2-dropdown {
  border-radius: 16px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: rgba(12, 18, 30, 0.98);
  box-shadow: 0 18px 40px rgba(3, 6, 12, 0.6);
}

.woocommerce-account .woocommerce-address-fields .select2-results__option {
  color: var(--ink-1);
  padding: 10px 12px;
}

.woocommerce-account .woocommerce-address-fields .select2-results__option--highlighted[aria-selected] {
  background: rgba(42, 242, 255, 0.2);
  color: #f4fbff;
}

.woocommerce-account .woocommerce-address-fields textarea {
  border-radius: var(--radius-md);
  min-height: 120px;
  resize: vertical;
}

body.theme-light.woocommerce-account .woocommerce-address-fields input[type="text"],
body.theme-light.woocommerce-account .woocommerce-address-fields input[type="email"],
body.theme-light.woocommerce-account .woocommerce-address-fields input[type="tel"],
body.theme-light.woocommerce-account .woocommerce-address-fields input[type="search"],
body.theme-light.woocommerce-account .woocommerce-address-fields select,
body.theme-light.woocommerce-account .woocommerce-address-fields textarea {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(15, 23, 42, 0.2);
  color: var(--ink-1);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

body.theme-light.woocommerce-account .woocommerce-address-fields select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%230f172a' d='M1.41 0.59 6 5.17 10.59 0.59 12 2 6 8 0 2z'/></svg>");
}

body.theme-light.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(15, 23, 42, 0.2);
  color: var(--ink-1);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

body.theme-light.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--ink-1);
}

body.theme-light.woocommerce-account .woocommerce-address-fields .select2-dropdown {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

body.theme-light.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%230f172a' d='M1.41 0.59 6 5.17 10.59 0.59 12 2 6 8 0 2z'/></svg>");
}

body.theme-light.woocommerce-account .woocommerce-address-fields .select2-results__option--highlighted[aria-selected] {
  background: rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

.woocommerce-account .woocommerce-address-fields .button {
  justify-self: start;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: rgba(12, 18, 30, 0.9);
  color: var(--ink-1);
  padding: 10px 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.theme-light.woocommerce-account .woocommerce-address-fields .button {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-navigation,
body:not(.theme-light).woocommerce-account .woocommerce,
body:not(.theme-light).woocommerce-account .surface,
body:not(.theme-light).woocommerce-account .woocommerce-EditAccountForm,
body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
body:not(.theme-light).woocommerce-account .woocommerce-orders-table thead th,
body:not(.theme-light).woocommerce-account .woocommerce-orders-table tbody td,
body:not(.theme-light).woocommerce-account .woocommerce-orders-table tbody tr:nth-child(even) td,
body:not(.theme-light).woocommerce-account .woocommerce-order-overview li,
body:not(.theme-light).woocommerce-account .woocommerce-order-details,
body:not(.theme-light).woocommerce-account .woocommerce-customer-details,
body:not(.theme-light).woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details th,
body:not(.theme-light).woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details td,
body:not(.theme-light).woocommerce-account .woocommerce-Address,
body:not(.theme-light).woocommerce-account .woocommerce-address-fields,
body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-content,
body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-content > *,
body:not(.theme-light).woocommerce-account .site-main .section .container > .woocommerce {
  background: transparent !important;
  background-image: none !important;
}

body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-navigation {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-navigation li a,
body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-navigation li a:focus,
body:not(.theme-light).woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    gap: 16px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 16px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    width: 100%;
  }

  .woocommerce-account .woocommerce-orders-table {
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .woocommerce-account .woocommerce-orders-table thead {
    display: none;
  }

  .woocommerce-account .woocommerce-orders-table tbody,
  .woocommerce-account .woocommerce-orders-table tr,
  .woocommerce-account .woocommerce-orders-table td {
    display: block;
    width: 100%;
  }

  .woocommerce-account .woocommerce-orders-table tbody tr {
    background: rgba(16, 20, 27, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    padding: 14px;
    margin-bottom: 14px;
    box-shadow: 0 12px 30px rgba(3, 6, 12, 0.45);
  }

  body.theme-light.woocommerce-account .woocommerce-orders-table tbody tr {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  }

  .woocommerce-account .woocommerce-orders-table tbody td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border: 0;
  }

  .woocommerce-account .woocommerce-orders-table tbody td::before {
    content: attr(data-title);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-2);
    min-width: 110px;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-actions {
    align-items: flex-start;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-actions a {
    width: 100%;
    justify-content: center;
  }

  .woocommerce-account .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details thead {
    display: none;
  }

  .woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details,
  .woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details tbody,
  .woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details tr,
  .woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details td {
    display: block;
    width: 100%;
  }

  .woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details tr {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.theme-light.woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details tr {
    border-top-color: rgba(15, 23, 42, 0.12);
  }

  .woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details td {
    padding: 6px 0;
  }

  .woocommerce-account .woocommerce-order-details table.woocommerce-table--order-details td::before {
    content: attr(data-title);
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-2);
    margin-bottom: 4px;
  }
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 28px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 1px solid rgba(42, 242, 255, 0.2);
}

body.theme-light.woocommerce div.product .woocommerce-tabs ul.tabs,
body.theme-light.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  border-bottom-color: rgba(15, 23, 42, 0.12);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid transparent;
  background: transparent;
  border-radius: 12px 12px 0 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: var(--ink-1);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: rgba(42, 242, 255, 0.5);
  background: rgba(12, 18, 30, 0.92);
  box-shadow: 0 6px 18px rgba(4, 8, 16, 0.45);
  position: relative;
}

body.theme-light.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.theme-light.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  border-color: rgba(15, 23, 42, 0.2);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #f4fbff;
}

body.theme-light.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.theme-light.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ink-1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -2px;
  height: 2px;
  background: rgba(12, 18, 30, 0.92);
}

body.theme-light.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
body.theme-light.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active::after {
  background: rgba(255, 255, 255, 0.9);
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: transparent;
  border: 1px solid rgba(42, 242, 255, 0.2);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  box-shadow: var(--shadow-1);
}

body.theme-light.woocommerce div.product .woocommerce-tabs .panel,
body.theme-light.woocommerce-page div.product .woocommerce-tabs .panel {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

body:not(.theme-light).single-product .woocommerce div.product .woocommerce-tabs .panel,
body:not(.theme-light).single-product .woocommerce-page div.product .woocommerce-tabs .panel {
  background: transparent !important;
  background-image: none !important;
}

.woocommerce #reviews {
  color: var(--ink-1);
}

.woocommerce #reviews .woocommerce-Reviews-title,
.woocommerce #reviews .comment-reply-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.woocommerce #reviews .comment-form label,
.woocommerce #reviews .comment-notes {
  color: var(--ink-2);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce #reviews input[type="text"],
.woocommerce #reviews input[type="email"],
.woocommerce #reviews input[type="url"],
.woocommerce #reviews textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(42, 242, 255, 0.28);
  background: rgba(12, 18, 30, 0.9);
  color: var(--ink-1);
  padding: 10px 14px;
  box-shadow: var(--pill-shadow);
}

body.theme-light.woocommerce #reviews input[type="text"],
body.theme-light.woocommerce #reviews input[type="email"],
body.theme-light.woocommerce #reviews input[type="url"],
body.theme-light.woocommerce #reviews textarea,
body.theme-light.woocommerce-page #reviews input[type="text"],
body.theme-light.woocommerce-page #reviews input[type="email"],
body.theme-light.woocommerce-page #reviews input[type="url"],
body.theme-light.woocommerce-page #reviews textarea {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.woocommerce #reviews textarea {
  min-height: 120px;
  resize: vertical;
}

.woocommerce #reviews input[type="text"]:focus,
.woocommerce #reviews input[type="email"]:focus,
.woocommerce #reviews input[type="url"]:focus,
.woocommerce #reviews textarea:focus {
  outline: 2px solid rgba(42, 242, 255, 0.35);
  outline-offset: 2px;
}

.woocommerce #reviews .commentlist {
  margin: 0 0 18px;
}

.woocommerce #reviews .commentlist li {
  background: rgba(10, 14, 22, 0.7);
  border: 1px solid rgba(42, 242, 255, 0.18);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 14px;
}

body.theme-light.woocommerce #reviews .commentlist li,
body.theme-light.woocommerce-page #reviews .commentlist li {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(15, 23, 42, 0.12);
}

.woocommerce #reviews .commentlist .comment-text {
  border: 0;
  margin-left: 0;
}

.woocommerce #reviews .commentlist .star-rating {
  color: #a855f7;
}

.woocommerce #reviews .comment-form-rating .stars a {
  color: rgba(168, 85, 247, 0.7);
}

.woocommerce #reviews .comment-form-rating .stars a:hover,
.woocommerce #reviews .comment-form-rating .stars a.active {
  color: #a855f7;
}

.woocommerce #reviews .form-submit {
  display: flex;
  justify-content: flex-end;
}

.woocommerce #reviews .form-submit .submit {
  border-radius: 999px;
  padding: 10px 20px;
  background: rgba(12, 18, 30, 0.88);
  border: 1px solid rgba(255, 122, 89, 0.45);
  color: var(--ink-1);
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.theme-light.woocommerce #reviews .form-submit .submit,
body.theme-light.woocommerce-page #reviews .form-submit .submit {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 122, 89, 0.45);
  color: var(--ink-1);
}

.woocommerce #reviews .form-submit .submit:hover {
  border-color: rgba(255, 122, 89, 0.7);
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

.woocommerce div.product .related.products {
  clear: both;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: block;
}

.woocommerce div.product .related.products ul.products {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: grid !important;
}

.woocommerce .woocommerce-cart-form,
.woocommerce .checkout,
.woocommerce-checkout-review-order {
  background: transparent;
  border: 1px solid rgba(42, 242, 255, 0.2);
  border-radius: var(--radius-md);
  padding: 24px;
}

body.theme-light.woocommerce .woocommerce-cart-form,
body.theme-light.woocommerce .checkout,
body.theme-light.woocommerce-page .woocommerce-cart-form,
body.theme-light.woocommerce-page .checkout,
body.theme-light.woocommerce-checkout .woocommerce-checkout-review-order {
  border-color: rgba(15, 23, 42, 0.12);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  margin-top: 28px;
}

.woocommerce-cart .wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-cart .wc-block-grid__product {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  flex: initial !important;
  max-width: none !important;
  width: auto !important;
}

body.theme-light.woocommerce-cart .wc-block-grid__product {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.6);
}

.woocommerce-cart .wc-block-grid__product-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(10, 14, 20, 0.7);
}

body.theme-light.woocommerce-cart .wc-block-grid__product-image img {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(248, 250, 252, 0.9);
}

.woocommerce-cart .wc-block-grid__product-title {
  margin-top: 10px;
  line-height: 1.2;
  min-height: 2.4em;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce-cart .wc-block-cart {
  color: var(--ink-1);
}

.woocommerce-cart:not(.theme-light) .wp-block-woocommerce-cart,
.woocommerce-cart:not(.theme-light) .wp-block-woocommerce-filled-cart-block,
.woocommerce-cart:not(.theme-light) .wc-block-cart,
.woocommerce-cart:not(.theme-light) .wc-block-cart-items,
.woocommerce-cart:not(.theme-light) .wc-block-components-totals-wrapper,
.woocommerce-cart:not(.theme-light) .wc-block-components-panel,
.woocommerce-checkout:not(.theme-light) .wp-block-woocommerce-checkout,
.woocommerce-checkout:not(.theme-light) .wc-block-checkout,
.woocommerce-checkout:not(.theme-light) .wc-block-components-totals-wrapper,
.woocommerce-checkout:not(.theme-light) .wc-block-components-panel,
body:not(.theme-light).woocommerce-cart .surface,
body:not(.theme-light).woocommerce-cart .woocommerce-cart-form,
body:not(.theme-light).woocommerce-checkout .surface,
body:not(.theme-light).woocommerce-checkout .checkout,
body:not(.theme-light).woocommerce-checkout .woocommerce-checkout-review-order {
  background: transparent !important;
  background-image: none !important;
}

.woocommerce-cart .wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-cart .wc-block-cart-items__header th {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
  border-bottom: 1px solid rgba(42, 242, 255, 0.2);
  padding: 0 0 12px;
}

body.theme-light.woocommerce-cart .wc-block-cart-items__header th {
  border-bottom-color: rgba(15, 23, 42, 0.12);
}

.woocommerce-cart .wc-block-cart-items__row {
  border-bottom: 1px solid rgba(42, 242, 255, 0.12);
}

body.theme-light.woocommerce-cart .wc-block-cart-items__row {
  border-bottom-color: rgba(15, 23, 42, 0.1);
}

.woocommerce-cart .wc-block-cart-item__image img {
  border-radius: 14px;
  border: 1px solid var(--line);
}

.woocommerce-cart .wc-block-components-product-name {
  color: var(--ink-1);
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: rgba(12, 18, 30, 0.75);
  color: var(--ink-2);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

body.theme-light.woocommerce-cart .wc-block-cart-item__remove-link {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-2);
}

.woocommerce-cart button.wc-block-cart-item__remove-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  background: rgba(12, 18, 30, 0.75) !important;
  border: 1px solid rgba(42, 242, 255, 0.25) !important;
  color: var(--ink-2) !important;
  font: inherit !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-family: "Unbounded", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.75rem !important;
  text-decoration: none !important;
  cursor: pointer;
}

body.theme-light.woocommerce-cart button.wc-block-cart-item__remove-link {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  color: var(--ink-2) !important;
}

.woocommerce-cart .wc-block-cart-item__remove-link:hover,
.woocommerce-cart .wc-block-cart-item__remove-link:focus {
  color: #f4fbff;
  border-color: rgba(42, 242, 255, 0.6);
  background: rgba(18, 28, 46, 0.85);
}

body.theme-light.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.theme-light.woocommerce-cart .wc-block-cart-item__remove-link:focus {
  color: var(--ink-1);
  border-color: rgba(15, 23, 42, 0.35);
  background: rgba(255, 255, 255, 0.95);
}

.woocommerce-cart .wc-block-cart-item__quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: rgba(12, 18, 30, 0.85);
  padding: 2px 10px 2px 10px;
  min-width: 150px;
}

body.theme-light.woocommerce-cart .wc-block-components-quantity-selector {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
}

.woocommerce-cart .wc-block-components-quantity-selector__input {
  width: 52px !important;
  min-width: 52px !important;
  border: 0;
  background: transparent;
  color: var(--ink-1);
  text-align: center;
  font-weight: 600;
}

body.theme-light.woocommerce-cart .wc-block-components-quantity-selector__input {
  color: var(--ink-1);
}

.woocommerce-cart .wc-block-components-quantity-selector__button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(42, 242, 255, 0.12);
  color: var(--ink-1);
  font-size: 1rem;
}

body.theme-light.woocommerce-cart .wc-block-components-quantity-selector__button {
  background: rgba(15, 23, 42, 0.08);
  color: var(--ink-1);
}

.woocommerce-cart .wc-block-components-quantity-selector__button:hover {
  background: rgba(42, 242, 255, 0.25);
}

body.theme-light.woocommerce-cart .wc-block-components-quantity-selector__button:hover {
  background: rgba(15, 23, 42, 0.14);
}

.woocommerce-cart .wc-block-cart__totals-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.1rem;
}

.woocommerce-cart .wc-block-components-totals-wrapper {
  background: rgba(12, 18, 30, 0.75);
  border: 1px solid rgba(42, 242, 255, 0.2);
  border-radius: 16px;
  padding: 12px 14px;
  margin-bottom: 12px;
}

body.theme-light.woocommerce-cart .wc-block-components-totals-wrapper,
body.theme-light.woocommerce-checkout .wc-block-components-totals-wrapper {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

body.theme-light.woocommerce-cart .wc-block-components-panel,
body.theme-light.woocommerce-checkout .wc-block-components-panel {
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

.woocommerce-cart .wc-block-components-panel__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: rgba(12, 18, 30, 0.85);
  color: var(--ink-1);
  padding: 8px 14px;
  font-weight: 600;
}

body.theme-light.woocommerce-cart .wc-block-components-panel__button,
body.theme-light.woocommerce-checkout .wc-block-components-panel__button {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.woocommerce-cart .wc-block-components-totals-coupon {
  display: none !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.woocommerce-checkout .wc-block-components-totals-coupon {
  display: none !important;
}

.woocommerce-cart .wc-block-components-text-input label {
  color: var(--ink-2);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-cart .wc-block-components-text-input input {
  border-radius: 14px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: rgba(12, 18, 30, 0.9);
  color: var(--ink-1);
  padding: 10px 12px;
  min-height: 44px;
}

body.theme-light.woocommerce-cart .wc-block-components-text-input input {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.wc-block-checkout .wc-block-components-text-input label,
.wc-block-checkout .wc-blocks-components-select__label,
.wc-block-checkout .wc-block-components-checkbox__label,
.wc-block-checkout .wc-block-components-radio-control__label {
  color: var(--ink-2) !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.wc-block-checkout .wc-blocks-components-select {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wc-block-checkout .wc-blocks-components-select__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: 0;
  padding: 0;
  overflow: visible;
}

.wc-block-checkout .wc-blocks-components-select__label {
  position: static !important;
  transform: none !important;
  margin-bottom: 0 !important;
  order: 0;
  margin-top: 0 !important;
  line-height: 1.2 !important;
}

.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-text-input textarea,
.wc-block-checkout .wc-blocks-components-select__select {
  border-radius: 14px !important;
  border: 1px solid rgba(42, 242, 255, 0.25) !important;
  background: rgba(12, 18, 30, 0.9) !important;
  color: var(--ink-1) !important;
  padding: 10px 12px !important;
  line-height: 1.4 !important;
}

body.theme-light .wc-block-checkout .wc-block-components-text-input input,
body.theme-light .wc-block-checkout .wc-block-components-text-input textarea,
body.theme-light .wc-block-checkout .wc-blocks-components-select__select {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  color: var(--ink-1) !important;
}

body.theme-light .wc-block-checkout .wc-block-components-order-summary,
body.theme-light .wc-block-checkout .wc-block-components-order-summary__content,
body.theme-light .wc-block-checkout .wc-block-components-notice-banner,
body.theme-light .wc-block-checkout .wc-block-components-checkout-step,
body.theme-light .wc-block-checkout .wc-block-components-panel {
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

.wc-block-checkout .wc-blocks-components-select__select {
  padding-right: 42px !important;
  order: 1;
  margin-top: 6px !important;
}

.wc-block-checkout .wc-blocks-components-select__expand {
  position: absolute;
  right: 12px;
  top: calc(100% - 22px);
  transform: translateY(-50%);
  background: transparent;
  fill: var(--ink-1);
  pointer-events: none;
}

.wc-block-checkout .wc-block-components-address-card {
  color: var(--ink-1);
}

.wc-block-checkout .wc-block-components-address-card__address-section--primary {
  color: var(--ink-1);
}

.wc-block-checkout .wc-block-components-address-card address .wc-block-components-address-card__address-section--secondary {
  color: var(--ink-2);
}

.wc-block-checkout .wc-block-components-address-card__edit {
  color: var(--ink-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: rgba(12, 18, 30, 0.75);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--pill-shadow);
}

.wc-block-checkout .wc-block-components-address-card__edit:hover,
.wc-block-checkout .wc-block-components-address-card__edit:focus {
  border-color: rgba(42, 242, 255, 0.5);
  box-shadow: 0 16px 30px rgba(4, 8, 16, 0.45);
  transform: translateY(-1px);
}

body.theme-light .wc-block-checkout .wc-blocks-components-select__expand {
  fill: rgba(15, 23, 42, 0.6);
}

body.theme-light .wc-block-checkout .wc-block-components-address-card__edit {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

body.theme-light .wc-block-checkout .wc-block-components-address-card__edit:hover,
body.theme-light .wc-block-checkout .wc-block-components-address-card__edit:focus {
  border-color: rgba(15, 23, 42, 0.3);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
  transform: translateY(-1px);
}

.wc-block-checkout .wc-block-components-address-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wc-block-checkout .wc-block-components-address-form__country,
.wc-block-checkout .wc-block-components-address-form__email,
.wc-block-checkout .wc-block-components-address-form__address_1,
.wc-block-checkout .wc-block-components-address-form__address_2-hidden-input,
.wc-block-checkout .wc-block-components-address-form__address_2-toggle,
.wc-block-checkout .wc-block-components-address-form__phone {
  grid-column: 1 / -1;
}

.wc-block-checkout .wc-block-components-address-form__city,
.wc-block-checkout .wc-block-components-address-form__state {
  margin-top: 0 !important;
}

.wc-block-checkout .wc-block-components-address-form__state {
  margin-top: -3px !important;
}

.wc-block-checkout .wc-block-components-text-input.is-active label,
.wc-block-checkout .wc-block-components-text-input label {
  margin-bottom: 6px !important;
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  order: 0;
}

.wc-block-checkout .wc-block-components-text-input {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-text-input textarea {
  order: 1;
}

.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-blocks-components-select__select {
  min-height: 44px !important;
}

.wc-block-checkout .wc-block-components-text-input textarea {
  min-height: 120px !important;
}

.wc-block-checkout .wc-block-components-textarea {
  border-radius: 14px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: rgba(12, 18, 30, 0.9);
  color: var(--ink-1);
  padding: 10px 12px;
  line-height: 1.4;
  min-height: 120px;
}

.wc-block-checkout .wc-block-components-textarea:focus {
  outline: 2px solid rgba(42, 242, 255, 0.35);
  outline-offset: 2px;
}

.wc-block-checkout .wc-blocks-components-select__select:focus,
.wc-block-checkout .wc-block-components-text-input input:focus,
.wc-block-checkout .wc-block-components-text-input textarea:focus {
  outline: 2px solid rgba(42, 242, 255, 0.35) !important;
  outline-offset: 2px !important;
}

.wc-block-checkout .wc-block-components-checkbox__input,
.wc-block-checkout .wc-block-components-radio-control__input {
  accent-color: #2af2ff;
  width: 18px !important;
  height: 18px !important;
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
  flex: 0 0 auto;
}

.wc-block-checkout .wc-block-components-checkbox__input {
  appearance: none;
  -webkit-appearance: none;
  background: rgba(8, 12, 20, 0.9);
  border: 1px solid rgba(42, 242, 255, 0.45);
  border-radius: 6px;
  position: relative;
  display: inline-grid;
  place-items: center;
  box-shadow: 0 0 0 1px rgba(10, 16, 28, 0.6) inset;
}

.wc-block-checkout .wc-block-components-checkbox__input:checked {
  background: linear-gradient(135deg, rgba(42, 242, 255, 0.35), rgba(123, 97, 255, 0.2));
  border-color: rgba(42, 242, 255, 0.9);
}

.wc-block-checkout .wc-block-components-checkbox__input:checked::before {
  content: "";
  width: 6px;
  height: 10px;
  border-right: 2px solid #e8fbff;
  border-bottom: 2px solid #e8fbff;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.wc-block-checkout .wc-block-components-checkbox__input:focus-visible {
  outline: 2px solid rgba(42, 242, 255, 0.55);
  outline-offset: 2px;
}

.wc-block-checkout .wc-block-components-order-summary-item__quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  margin-left: 6px;
  border-radius: 999px;
  background: rgba(10, 18, 30, 0.7);
  border: 1px solid rgba(42, 242, 255, 0.45);
  color: #e8fbff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
  box-shadow: 0 0 0 1px rgba(10, 16, 28, 0.6) inset;
}

.wc-block-checkout .wc-block-components-shipping-rates-control__package {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.wc-block-checkout .wc-block-components-radio-control__option {
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  background: transparent;
}

.wc-block-checkout .wc-block-components-radio-control__option-checked {
  border-color: rgba(42, 242, 255, 0.6);
}

.wc-block-checkout .wc-block-components-radio-control__option--checked-option-highlighted {
  background: transparent !important;
  box-shadow: none !important;
}

.wc-block-checkout .wc-block-components-radio-control--highlight-checked,
.wc-block-checkout .wc-block-components-radio-control--highlight-checked--first-selected,
.wc-block-checkout .wc-block-components-radio-control--highlight-checked--last-selected {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wc-block-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border: 1px solid var(--pill-border) !important;
  border-radius: 16px !important;
  padding: 12px !important;
  background: rgba(12, 18, 30, 0.7) !important;
  box-shadow: var(--pill-shadow) !important;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button {
  border-radius: 999px !important;
  background: rgba(12, 18, 30, 0.9) !important;
  border: 1px solid rgba(255, 122, 89, 0.45) !important;
  color: var(--ink-1) !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  padding: 10px 22px !important;
  min-height: 44px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button:hover {
  border-color: rgba(255, 122, 89, 0.7) !important;
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

.wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-1);
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 89, 0.45);
  background: rgba(12, 18, 30, 0.9);
  padding: 10px 22px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  min-height: 44px;
  line-height: 1;
  justify-content: center;
  transition: box-shadow 0.1s linear, transform 0.1s linear, border-color 0.1s linear;
}

.wc-block-checkout .wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button:focus {
  border-color: rgba(255, 122, 89, 0.7) !important;
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25) !important;
  transform: translateY(-1px) !important;
}

.wc-block-checkout .wc-block-components-checkout-return-to-cart-button svg {
  fill: currentColor;
  margin-right: 5px !important;
  left: auto !important;
  right: auto !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkout-return-to-cart-button svg {
  position: static !important;
  left: auto !important;
  margin-right: 3px !important;
}

body.theme-light.woocommerce-checkout .wc-block-checkout .wc-block-components-checkout-return-to-cart-button:hover,
body.theme-light.woocommerce-checkout .wc-block-checkout .wc-block-components-checkout-return-to-cart-button:focus {
  border-color: rgba(15, 23, 42, 0.3);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.woocommerce-cart .wc-block-cart__submit-container {
  background-color: transparent !important;
}

.woocommerce-cart .wc-block-cart__submit-button {
  border-radius: 999px;
  background: rgba(12, 18, 30, 0.9);
  border: 1px solid rgba(255, 122, 89, 0.45);
  color: var(--ink-1);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.woocommerce-cart .wc-block-cart__submit-button:hover {
  border-color: rgba(255, 122, 89, 0.7);
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .woocommerce-cart .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .woocommerce-cart .wc-block-grid__product-image img {
    height: 150px;
  }
}

@media (max-width: 600px) {
  .woocommerce-cart .wc-block-grid__products {
    grid-template-columns: 1fr !important;
  }
  .woocommerce-cart .wc-block-grid__product-image img {
    height: 170px;
  }
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.post-card {
  background: rgba(11, 16, 26, 0.85);
  border: 1px solid rgba(42, 242, 255, 0.2);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  display: flex;
  flex-direction: column;
}

.post-card .post-body {
  padding: 20px;
}

.post-card h3 {
  margin: 0 0 10px;
  font-family: 'Unbounded', sans-serif;
}

.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(7, 10, 16, 0.97) 0%, rgba(12, 16, 25, 0.94) 55%, rgba(7, 10, 16, 0.97) 100%);
  color: #e8eefb;
  padding: 60px 0 42px;
  border-top: 1px solid rgba(42, 242, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 -26px 50px rgba(3, 5, 11, 0.32);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.footer .split {
  align-items: start;
  gap: 32px;
}

.footer h3 {
  margin: 0 0 14px;
  letter-spacing: 0.03em;
  font-size: clamp(1.2rem, 2.4vw, 1.4rem);
}

.footer p {
  margin: 0;
  max-width: 50ch;
  color: rgba(233, 238, 247, 0.86);
  line-height: 1.55;
}

.footer strong {
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: #f8fbff;
}

.footer .nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: rgba(232, 238, 249, 0.9);
  transition: color 0.2s ease;
}

.footer .nav-list a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(42, 242, 255, 0.75);
  transform: scale(0.6);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.78;
}

.footer .nav-list a:hover {
  color: #ffffff;
}

.footer .nav-list a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.footer a {
  color: rgba(225, 231, 242, 0.88);
}

.footer .nav-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

.newsletter {
  background: transparent;
  border: 1px solid rgba(42, 242, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-1);
}

.section-glow {
  position: relative;
}

.section-glow::before {
  content: none;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 1000;
}

.cart-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-backdrop {
  background: rgba(9, 12, 18, 0.55);
  z-index: 999;
}

body.theme-light .cart-backdrop {
  background: rgba(15, 23, 42, 0.2);
}

.cart-panel {
  width: min(380px, 92vw);
  background: transparent;
  color: #f4fbff;
  padding: 22px;
  box-shadow: -20px 0 60px rgba(7, 10, 16, 0.45);
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  z-index: 1002;
}

body.theme-light .cart-panel {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: var(--ink-1);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

.cart-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Unbounded', sans-serif;
  font-size: 1.1rem;
}

.cart-panel-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.cart-panel .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.cart-panel-footer {
  display: grid;
  gap: 12px;
}

.cart-close {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #f4fbff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

body.theme-light .cart-close {
  background: rgba(15, 23, 42, 0.08);
  color: var(--ink-1);
}

.cart-panel .woocommerce-mini-cart-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: grid;
  gap: 8px;
}

body.theme-light .cart-panel .woocommerce-mini-cart-item {
  border-bottom-color: rgba(15, 23, 42, 0.12);
}

.cart-panel .woocommerce-mini-cart-item > a:not(.remove) {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding-right: 28px;
}

.cart-panel .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 2px;
  right: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #f4fbff;
}

body.theme-light .cart-panel .woocommerce-mini-cart-item .remove {
  background: rgba(15, 23, 42, 0.08);
  color: var(--ink-1);
}

.cart-panel .woocommerce-mini-cart-item .variation {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  row-gap: 2px;
  font-size: 0.85rem;
  opacity: 0.85;
  align-items: baseline;
}

.cart-panel .woocommerce-mini-cart-item .variation dt {
  margin: 0;
  font-weight: 600;
  text-align: left;
  padding-right: 4px;
  grid-column: 1;
}

.cart-panel .woocommerce-mini-cart-item .variation dd {
  margin: 0;
}

.cart-panel .woocommerce-mini-cart-item .variation p {
  margin: 0;
}

.cart-panel .woocommerce-mini-cart-item .quantity {
  text-align: right;
  font-weight: 600;
}

.cart-panel .woocommerce-mini-cart-item .quantity::after {
  content: none;
}

.cart-panel .mini-qty-controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.cart-panel .mini-qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: rgba(12, 18, 30, 0.85);
  color: var(--ink-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cart-panel .mini-qty-btn:disabled {
  opacity: 0.5;
  cursor: wait;
}

body.theme-light .cart-panel .mini-qty-btn {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

.cart-panel .mini-qty-count {
  min-width: 18px;
  text-align: center;
  font-weight: 600;
}

.cart-panel .woocommerce-mini-cart-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
}

.cart-panel .woocommerce-mini-cart__total {
  font-weight: 600;
  color: #f4fbff;
}

body.theme-light .cart-panel .woocommerce-mini-cart__total {
  color: var(--ink-1);
}

.cart-panel .woocommerce-mini-cart__buttons {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.7s ease forwards;
  animation-delay: var(--d, 0ms);
}

.is-loaded .reveal {
  opacity: 1;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "logo . toggle"
      "actions actions actions"
      "nav nav nav";
    justify-items: stretch;
    align-items: center;
  }
  .logo {
    grid-area: logo;
  }
  .nav-toggle {
    display: inline-flex;
    grid-area: toggle;
    justify-self: end;
  }
  .nav-actions .theme-toggle {
    position: absolute;
    top: calc(var(--nav-pad-y) + 21px);
    right: calc(42px + var(--nav-gap));
    z-index: 2;
    transform: translateY(-50%);
  }
  .primary-nav {
    grid-area: nav;
    width: 100%;
    display: none;
  }
  body.nav-open {
    overflow: hidden;
  }
  .site-header.nav-open .primary-nav {
    display: block;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mega-toggle {
    display: inline-flex;
  }
  .primary-nav .nav-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .primary-nav .nav-account {
    display: inline-flex;
  }
  .mega-menu {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 12px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    pointer-events: auto;
  }
  .nav-shop.is-open .mega-menu {
    display: block;
  }
  .mega-inner {
    grid-template-columns: 1fr;
  }
  .mega-col {
    border-right: none;
    padding-right: 0;
  }
  .mega-brand,
  .mega-all,
  .mega-footer {
    display: none !important;
  }
  .nav-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    grid-area: actions;
  }
  .nav-actions .account-link {
    display: none;
  }
  .nav-search {
    flex: 1 1 220px;
  }
  .nav-search form {
    width: 100%;
  }
  .nav-search input[type="search"] {
    min-width: 0;
    flex: 1 1 auto;
  }
  .page-template-page-deals .woocommerce ul.products li.product .onsale,
  .page-template-page-deals .products li.product .onsale,
  .page-template-page-deals .wc-block-product-template .onsale {
    top: 10px;
    right: 10px;
    transform: none;
  }
  .section {
    padding: 72px 0;
  }
  .hero {
    padding: 100px 0 90px;
  }
}

@media (max-width: 600px) {
  .promo-bar {
    font-size: 0.7rem;
  }
  .primary-nav a,
  .nav-link {
    padding: 8px 10px;
    font-size: 0.85rem;
  }
  .nav-search form {
    padding: 4px 8px;
  }
  .nav-search button,
  .nav-search input[type="submit"] {
    padding: 6px 10px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Candy Factory Gutenberg Blocks */
.candy-home {
  --wp--style--global--content-size: 1500px;
  --wp--style--global--wide-size: 1500px;
  width: min(1500px, calc(100% - 2.5rem));
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 80px;
  display: grid;
  justify-items: stretch;
  gap: clamp(18px, 3vw, 40px);
}

.candy-home > .wp-block-group {
  margin: 0;
  width: 100%;
  justify-self: stretch;
  padding: clamp(14px, 2.2vw, 22px);
  border-radius: var(--radius-md);
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateY(18px);
  animation: candy-fade 0.7s ease-out forwards;
}

.candy-home > .wp-block-group:nth-child(2) { animation-delay: 0.05s; }
.candy-home > .wp-block-group:nth-child(3) { animation-delay: 0.1s; }
.candy-home > .wp-block-group:nth-child(4) { animation-delay: 0.15s; }
.candy-home > .wp-block-group:nth-child(5) { animation-delay: 0.2s; }
.candy-home > .wp-block-group:nth-child(6) { animation-delay: 0.25s; }
.candy-home > .wp-block-group:nth-child(7) { animation-delay: 0.3s; }
.candy-home > .wp-block-group:nth-child(8) { animation-delay: 0.35s; }
.candy-home > .wp-block-group:nth-child(9) { animation-delay: 0.4s; }
.candy-home > .wp-block-group:nth-child(10) { animation-delay: 0.45s; }

@keyframes candy-fade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .candy-home > .wp-block-group {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .candy-home > .wp-block-group:nth-child(-n+5) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.candy-announcement {
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.candy-section {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  display: grid;
  gap: 8px;
}

.candy-section > * {
  position: relative;
  z-index: 1;
}

.candy-hero,
.home .candy-intro {
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: grid;
  justify-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(7, 10, 18, 0.75), rgba(7, 10, 18, 0.35) 45%, rgba(7, 10, 18, 0.85));
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(32px, 6vw, 72px);
  text-align: center;
}

body.theme-light .candy-hero {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.9), rgba(248, 250, 252, 0.55) 45%, rgba(248, 250, 252, 0.9));
}

.home .candy-intro {
  background: none;
}

.candy-hero::before,
.home .candy-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://bigtraz.com/wp-content/uploads/2026/01/bg-header.png?v=20260124");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}

body.theme-light .candy-hero::before,
body.theme-light.home .candy-intro::before {
  background-image: url("https://bigtraz.com/wp-content/uploads/2026/01/bg-header.jpg") !important;
}

.candy-hero::after,
.home .candy-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 12px 18px, rgba(255, 255, 255, 0.7) 60%, transparent 62%),
    radial-gradient(1px 1px at 90px 60px, rgba(255, 255, 255, 0.4) 60%, transparent 62%),
    radial-gradient(1px 1px at 44px 120px, rgba(255, 255, 255, 0.6) 60%, transparent 62%),
    radial-gradient(1.5px 1.5px at 140px 30px, rgba(255, 255, 255, 0.75) 60%, transparent 62%),
    radial-gradient(2px 2px at 160px 140px, rgba(255, 255, 255, 0.3) 60%, transparent 62%),
    radial-gradient(1.2px 1.2px at 210px 90px, rgba(255, 255, 255, 0.55) 60%, transparent 62%);
  background-size: 120px 120px, 150px 150px, 190px 190px, 230px 230px, 280px 280px, 360px 360px;
  opacity: 0.65;
}

body:not(.theme-light) .candy-hero::after,
body:not(.theme-light).home .candy-intro::after {
  content: none;
}

.candy-hero > *,
.home .candy-intro > * {
  position: relative;
  z-index: 2;
}

.candy-hero,
.home .candy-intro,
.candy-ad-layover__dialog.has-bg .candy-ad-layover__content {
  --candy-bg-text-shadow: 0 2px 8px rgba(4, 8, 16, 0.8), 0 1px 2px rgba(4, 8, 16, 0.65);
}

.candy-hero :is(h1, h2, h3, h4, h5, h6, p, li, a, span, strong, em, small),
.home .candy-intro :is(h1, h2, h3, h4, h5, h6, p, li, a, span, strong, em, small),
.candy-ad-layover__dialog.has-bg .candy-ad-layover__content :is(h1, h2, h3, h4, h5, h6, p, li, a, span, strong, em, small) {
  text-shadow: var(--candy-bg-text-shadow);
}

body.theme-light .candy-hero,
body.theme-light.home .candy-intro,
body.theme-light .candy-ad-layover__dialog.has-bg .candy-ad-layover__content {
  --candy-bg-text-shadow: 0 1px 5px rgba(15, 23, 42, 0.45), 0 1px 2px rgba(15, 23, 42, 0.25);
}

.candy-ad-layover__dialog .candy-ad-layover__close {
  top: calc(clamp(18px, 3vw, 28px) * -1 + 4px);
  right: calc(clamp(16px, 2.8vw, 26px) * -1 + 4px);
  text-shadow: 0 2px 6px rgba(4, 8, 16, 0.85);
  box-shadow: 0 8px 20px rgba(4, 8, 16, 0.35);
}

.home .candy-hero {
  margin-bottom: 0;
}

.home .candy-hero + .candy-home {
  margin-top: 0;
  margin-block-start: 0;
}

.candy-intro {
  text-align: center;
}

.candy-intro h1 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  margin: 0 0 8px;
}

.candy-intro p {
  color: var(--ink-2);
  max-width: 720px;
  margin: 0 auto 10px;
  text-align: center;
}

.candy-section h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin: 0;
  position: relative;
}

.candy-section h2 + p {
  margin: 6px 0 0;
}

.candy-section .card-grid,
.candy-section .wp-block-woocommerce-product-collection,
.candy-section .woocommerce,
.candy-section .wp-block-columns,
.candy-section .wp-block-buttons,
.candy-section figure {
  margin-top: 12px;
}

.candy-bestsellers .woocommerce,
.candy-deals .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.candy-bestsellers .woocommerce ul.products,
.candy-deals .woocommerce ul.products,
.candy-bestsellers ul.products.columns-4,
.candy-deals ul.products.columns-4,
.candy-bestsellers ul.products.columns-5,
.candy-deals ul.products.columns-5 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 24px !important;
  grid-auto-rows: 420px !important;
  justify-content: stretch !important;
  justify-items: stretch !important;
  align-content: stretch !important;
  box-sizing: border-box;
}

.candy-bestsellers .woocommerce ul.products::before,
.candy-bestsellers .woocommerce ul.products::after,
.candy-deals .woocommerce ul.products::before,
.candy-deals .woocommerce ul.products::after,
.candy-bestsellers ul.products.columns-4::before,
.candy-bestsellers ul.products.columns-4::after,
.candy-deals ul.products.columns-4::before,
.candy-deals ul.products.columns-4::after,
.candy-bestsellers ul.products.columns-5::before,
.candy-bestsellers ul.products.columns-5::after,
.candy-deals ul.products.columns-5::before,
.candy-deals ul.products.columns-5::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 840px) {
  .candy-bestsellers .woocommerce ul.products,
  .candy-deals .woocommerce ul.products,
  .candy-bestsellers ul.products.columns-4,
  .candy-deals ul.products.columns-4,
  .candy-bestsellers ul.products.columns-5,
  .candy-deals ul.products.columns-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  .candy-bestsellers .woocommerce ul.products,
  .candy-deals .woocommerce ul.products,
  .candy-bestsellers ul.products.columns-4,
  .candy-deals ul.products.columns-4,
  .candy-bestsellers ul.products.columns-5,
  .candy-deals ul.products.columns-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  .candy-bestsellers .woocommerce ul.products,
  .candy-deals .woocommerce ul.products,
  .candy-bestsellers ul.products.columns-4,
  .candy-deals ul.products.columns-4,
  .candy-bestsellers ul.products.columns-5,
  .candy-deals ul.products.columns-5 {
    grid-template-columns: 1fr !important;
  }
}

.candy-featured-categories > p,
.candy-bestsellers > p {
  margin-bottom: 0;
}

.candy-section h2::after {
  content: none;
}

.candy-quick-links .wp-block-button__link {
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: var(--pill-shadow);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.candy-quick-links .wp-block-button__link:hover {
  border-color: rgba(42, 242, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(4, 8, 16, 0.45);
}

.candy-featured-categories figure,
.candy-promo figure,
.candy-video figure {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(18, 22, 27, 0.85);
}

.candy-home > .wp-block-group.candy-featured-categories {
  background: transparent;
  border: none;
  box-shadow: none;
}

.candy-featured-categories .card {
  background: transparent;
  border: none;
  box-shadow: none;
}

.candy-featured-categories .card:hover {
  box-shadow: none;
  transform: none;
}

.candy-category-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

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

@media (max-width: 1200px) {
  .candy-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

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

@media (max-width: 600px) {
  .candy-category-grid {
    grid-template-columns: 1fr;
  }

  .home .candy-category-grid {
    grid-template-columns: 1fr;
  }
}

.candy-category-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 0;
  height: 100%;
}

.candy-category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}

.candy-category-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(18, 22, 27, 0.85);
  position: relative;
  aspect-ratio: 1 / 1;
}

.candy-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.candy-category-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 13, 16, 0) 0%, rgba(11, 13, 16, 0.55) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.candy-category-card:hover .candy-category-media::after {
  opacity: 1;
}

.candy-category-card h3 {
  margin: 0;
  padding: 0 18px;
}

.candy-category-card p {
  margin: 0 auto 18px;
  padding: 6px 12px;
  color: var(--pill-text);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: var(--pill-shadow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.candy-featured-categories img,
.candy-promo img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.candy-featured-categories a:hover img,
.candy-promo figure:hover img {
  transform: scale(1.04);
}

.candy-bestsellers .wc-block-grid__product,
.candy-bestsellers .wc-block-product {
  background: rgba(18, 22, 27, 0.9);
  border-radius: var(--radius-md);
  padding: 18px;
  border: 1px solid rgba(42, 242, 255, 0.25);
}

.candy-bestsellers .wc-block-product-template {
  justify-content: stretch;
}

.candy-bestsellers .wc-block-components-product-image .onsale {
  pointer-events: none;
  top: 10px;
  right: 10px;
}

.candy-bestsellers .candy-product-title,
.candy-bestsellers .wc-block-components-product-title,
.candy-bestsellers .wp-block-woocommerce-product-title {
  margin: 12px 0 6px;
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
  color: var(--ink-1);
  text-align: left;
}

.candy-bestsellers .wp-block-woocommerce-product-button .wp-block-button__link {
  background: rgba(16, 20, 27, 0.85);
  color: var(--ink-1);
  border: 1px solid rgba(42, 242, 255, 0.25);
  border-radius: 999px;
  font-weight: 600;
  padding: 6px 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(4, 8, 16, 0.35);
}

.candy-deals {
  position: relative;
  padding-bottom: 97px;
  width: 100% !important;
  max-width: 100% !important;
  --product-card-media: 420px;
}

.candy-deals .woocommerce ul.products li.product a img {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(10, 14, 20, 0.7);
}

.candy-deals .woocommerce {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.candy-deals .wp-block-group {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.candy-deals .wp-block-group.is-layout-flex {
  gap: 6px;
}

.candy-deals .wp-block-group > p:not(.candy-deals-link) {
  margin-bottom: 0;
}

.candy-deals .candy-deals-link {
  position: absolute;
  right: 22px;
  bottom: 28px;
  margin: 0;
  z-index: 10;
  pointer-events: auto;
}

.candy-deals .candy-deals-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  box-shadow: var(--pill-shadow);
  font-weight: 600;
  text-decoration: none;
}

.candy-deals h2,
.candy-deals .wp-block-group > p:not(.candy-deals-link) {
  text-align: center;
}

@media (max-width: 1024px) {
  .candy-deals {
    padding-bottom: 88px;
  }
  .candy-deals .candy-deals-link {
    right: 18px;
    bottom: 22px;
  }
}

@media (max-width: 700px) {
  .candy-deals {
    padding-bottom: 76px;
  }
  .candy-deals .candy-deals-link {
    right: 16px;
    bottom: 18px;
  }
}

.candy-promo {
  background: linear-gradient(135deg, rgba(255, 94, 91, 0.12), rgba(0, 210, 211, 0.12));
}

.candy-video video {
  width: 100%;
  height: auto;
  display: block;
}

.candy-why .wp-block-columns,
.candy-testimonials .wp-block-columns,
.candy-promo .wp-block-columns {
  gap: clamp(18px, 3vw, 28px);
}

.candy-why .wp-block-column,
.candy-testimonials .wp-block-column {
  background: rgba(18, 22, 27, 0.9);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  padding: 20px;
  box-shadow: var(--shadow-1);
}

.candy-testimonials blockquote {
  margin: 0;
}

.candy-testimonials blockquote {
  font-style: italic;
}

.candy-newsletter {
  background: rgba(18, 22, 27, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
}

.candy-faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  background: transparent;
  margin-bottom: 12px;
}

.candy-footer {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 32px;
}

.candy-footer a {
  color: var(--ink-2);
}

.candy-footer a:hover,
.candy-footer a:focus {
  color: var(--ink-1);
}

.candy-footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 20px;
  color: var(--ink-2);
}

.candy-cart,
.candy-checkout {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 32px;
  margin-bottom: 48px;
}

.candy-cart-trust {
  margin-top: 20px;
  gap: 16px;
  color: var(--ink-2);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.candy-cart .wc-block-components-button,
.candy-checkout .wc-block-components-button {
  border-radius: 999px;
}

@media (max-width: 600px) {
  .woocommerce .woocommerce-cart-form,
  .woocommerce .checkout,
  .woocommerce-checkout-review-order,
  .candy-cart,
  .candy-checkout {
    padding: 18px;
  }

  .wc-block-checkout__actions_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .wc-block-components-checkout-return-to-cart-button,
  .wc-block-components-checkout-place-order-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .wc-block-components-checkout-return-to-cart-button {
    width: 100%;
    align-self: stretch;
    padding: 10px 22px;
    line-height: 1;
    gap: 3px;
    justify-content: center !important;
    align-items: center !important;
  }

  .wc-block-components-checkout-return-to-cart-button svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
}

.single-product .woocommerce-product-gallery__image {
  height: 520px;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 20px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: rgba(9, 12, 18, 0.35);
  box-shadow: var(--shadow-1);
}

body.theme-light.single-product .woocommerce-product-gallery__image {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.woocommerce div.product div.images {
  width: 55%;
}

.woocommerce div.product div.summary {
  width: 40%;
}

.single-product .woocommerce-product-gallery__trigger {
  right: 12px;
  top: 12px;
  left: auto;
  transform: none;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg),
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg),
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image video,
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__image video,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image iframe,
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__image iframe {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50% !important;
  display: block;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a,
body.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__image > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.single-product .flex-control-nav.flex-control-thumbs {
  margin-top: 10px !important;
}

.single-product .flex-control-nav.flex-control-thumbs li {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.single-product .flex-control-nav.flex-control-thumbs li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.single-product .flex-control-nav.flex-control-thumbs li.is-video-thumb img {
  transform: scale(1.12);
  transform-origin: 50% 50%;
}

.single-product .flex-control-nav.flex-control-thumbs li.is-video-thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(7, 11, 18, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.single-product .flex-control-nav.flex-control-thumbs li.is-video-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid rgba(255, 255, 255, 0.96);
  transform: translate(-32%, -50%);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
  pointer-events: none;
  z-index: 3;
}

.single-product .summary .stock,
.single-product .summary .stock.in-stock {
  display: none;
}

@media (max-width: 900px) {
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
  }

  .woocommerce div.product div.images {
    margin-bottom: 24px;
  }

  .single-product .woocommerce-product-gallery__image {
    height: 420px;
  }

  .single-product .woocommerce-product-gallery .zoomImg {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .single-product .woocommerce-product-gallery__image {
    height: 320px;
  }
}

.woocommerce.product.rsfv-has-video .woocommerce-product-gallery__image--placeholder,
.woocommerce.product.rsfv-has-video img[src*="woocommerce-placeholder"] {
  display: none !important;
}

@media (min-width: 960px) {
  .candy-home {
    padding: 0 0 96px;
  }
}

/* Container transparency overrides */
.container,
.section,
.section-tight,
.section-glow,
.site-header,
.nav-wrap,
.nav-search form,
.nav-pill,
.nav-location,
.cart-toggle,
.mega-footer,
.candy-announcement,
.candy-section,
.candy-hero,
.home .candy-intro,
.candy-footer,
.candy-cart,
.candy-checkout,
.candy-faq details,
.newsletter,
.cart-panel,
.woocommerce-message,
.woocommerce-notice,
.woocommerce-info,
.woocommerce .woocommerce-cart-form,
.woocommerce .checkout,
.woocommerce-checkout-review-order,
.woocommerce-cart .wc-block-grid__product,
.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.products li.product .woocommerce-LoopProduct-link img,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
.products li.product .woocommerce-product-gallery__image,
.woocommerce ul.products li.product .woocommerce-product-gallery__image,
.wp-block-group,
.wp-block-group__inner-container,
.wp-block-columns,
.wp-block-column,
.wp-block-cover,
.wp-block-cover__inner-container,
.wp-block-media-text,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wc-block-components-panel,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-order-summary__content,
.wc-block-components-notice-banner,
.wc-block-components-shipping-rates-control__package,
.wc-block-components-radio-control__option,
.wc-block-components-checkout-step {
  background: transparent !important;
  background-image: none !important;
}


@media (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site,
  .site-main,
  .section,
  .section-tight,
  .container,
  .wp-block-group,
  .wp-block-columns,
  .wp-block-column,
  .wp-block-media-text,
  .wp-block-cover,
  .wp-block-woocommerce-cart,
  .wp-block-woocommerce-checkout,
  .woocommerce,
  .woocommerce-page {
    max-width: 100%;
  }

  img,
  video,
  iframe,
  embed,
  object,
  table {
    max-width: 100%;
  }

  .woocommerce table,
  .woocommerce .shop_table,
  .woocommerce-checkout-review-order-table,
  .wc-block-components-order-summary,
  .wc-block-components-totals-wrapper,
  .wc-block-components-panel {
    width: 100%;
  }
}

.invite-only__section {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(48px, 8vh, 96px) 0;
  position: relative;
  z-index: 1;
}

.invite-only-gate,
.invite-only-gate .site-main {
  min-height: 100vh;
}

.invite-only-gate {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 800px at 15% 10%, rgba(34, 211, 238, 0.12), transparent 55%),
    radial-gradient(900px 700px at 85% 0%, rgba(168, 85, 247, 0.16), transparent 60%),
    radial-gradient(800px 600px at 20% 90%, rgba(14, 165, 233, 0.12), transparent 65%),
    #060b1a;
}

.invite-only-gate::before,
.invite-only-gate::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.7;
  pointer-events: none;
}

.invite-only-gate::before {
  top: -140px;
  right: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(34, 211, 238, 0.45), transparent 60%);
  animation: invite-orb-float-1 18s ease-in-out infinite;
}

.invite-only-gate::after {
  bottom: -180px;
  left: -140px;
  background: radial-gradient(circle at 40% 40%, rgba(168, 85, 247, 0.45), transparent 60%);
  animation: invite-orb-float-2 20s ease-in-out infinite;
}

@keyframes invite-orb-float-1 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-40px, 30px, 0) scale(1.08);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes invite-orb-float-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(50px, -40px, 0) scale(1.06);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.invite-only__container .section-title {
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invite-only__container .section-subtitle {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  color: var(--ink-2);
}

.invite-only__panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 30px;
  display: grid;
  gap: 16px;
  width: min(100%, 460px);
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(11, 17, 32, 0.78), rgba(6, 10, 24, 0.6));
  box-shadow: 0 24px 60px rgba(3, 6, 12, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.invite-only__request {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.invite-only__request-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.2);
  color: #0b1120;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.9), rgba(168, 85, 247, 0.9));
  box-shadow: 0 14px 30px rgba(34, 211, 238, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.invite-only__request-link:hover {
  border-color: rgba(15, 23, 42, 0.3);
  box-shadow: 0 18px 34px rgba(168, 85, 247, 0.4);
  transform: translateY(-1px);
}

.invite-only__brand {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1002;
  font-weight: 600;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22d3ee;
  text-shadow: 0 12px 30px rgba(4, 8, 16, 0.65);
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(11, 17, 32, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.login.invite-only-gate {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(96px, 12vh, 140px) 20px 60px;
}

body.login.invite-only-gate #login {
  width: min(100%, 460px);
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

body.login.invite-only-gate h1 {
  display: none;
}

body.login.invite-only-gate .invite-only__brand--login {
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.4rem, 4vw, 2rem);
  padding: 10px 24px;
  white-space: nowrap;
  width: max-content;
  max-width: 90vw;
}

body.login.invite-only-gate #loginform,
body.login.invite-only-gate #registerform,
body.login.invite-only-gate #lostpasswordform {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(11, 17, 32, 0.78), rgba(6, 10, 24, 0.6));
  box-shadow: 0 24px 60px rgba(3, 6, 12, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

body.login.invite-only-gate #loginform label,
body.login.invite-only-gate #registerform label,
body.login.invite-only-gate #lostpasswordform label {
  color: var(--ink-2);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

body.login.invite-only-gate #loginform .input,
body.login.invite-only-gate #registerform .input,
body.login.invite-only-gate #lostpasswordform .input {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(11, 17, 32, 0.6);
  color: var(--ink-1);
  padding: 10px 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.login.invite-only-gate .forgetmenot,
body.login.invite-only-gate .login-remember {
  color: var(--ink-2);
}

body.login.invite-only-gate .button-primary {
  border-radius: 999px;
  padding: 10px 20px;
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.9), rgba(168, 85, 247, 0.9));
  border: 1px solid rgba(15, 23, 42, 0.2);
  color: #0b1120;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(34, 211, 238, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.login.invite-only-gate .button-primary:hover {
  border-color: rgba(255, 122, 89, 0.7);
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

body.login.invite-only-gate .message,
body.login.invite-only-gate .error {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 17, 32, 0.7);
  color: var(--ink-1);
  box-shadow: 0 12px 30px rgba(3, 6, 12, 0.45);
}

.live-support-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1001;
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: transparent;
  box-shadow: var(--pill-shadow);
  opacity: 1;
}

.cart-open .live-support-widget {
  display: none;
}

.live-support-widget:not(.is-collapsed) {
  opacity: 1;
  background: rgba(6, 10, 18, 0.9);
}

.cart-panel {
  background: rgba(10, 16, 26, 0.92) !important;
  border: 1px solid rgba(42, 242, 255, 0.2);
}

.live-support-widget:not(.is-collapsed),
.live-support-widget:not(.is-collapsed) .live-support-title,
.live-support-widget:not(.is-collapsed) .live-support-input,
.live-support-widget:not(.is-collapsed) .live-support-button,
.live-support-widget:not(.is-collapsed) .live-support-toggle,
.live-support-widget:not(.is-collapsed) .live-support-toggle-label,
.live-support-widget:not(.is-collapsed) .live-support-toggle-arrow {
  color: #ffffff;
}

body.theme-light .live-support-widget:not(.is-collapsed) {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.18);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

body.theme-light .live-support-widget:not(.is-collapsed),
body.theme-light .live-support-widget:not(.is-collapsed) .live-support-title,
body.theme-light .live-support-widget:not(.is-collapsed) .live-support-input,
body.theme-light .live-support-widget:not(.is-collapsed) .live-support-button,
body.theme-light .live-support-widget:not(.is-collapsed) .live-support-toggle,
body.theme-light .live-support-widget:not(.is-collapsed) .live-support-toggle-label,
body.theme-light .live-support-widget:not(.is-collapsed) .live-support-toggle-arrow {
  color: #0f172a;
}

.live-support-widget:not(.is-collapsed) .live-support-input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

body.theme-light .live-support-widget:not(.is-collapsed) .live-support-input::placeholder {
  color: rgba(15, 23, 42, 0.45);
}
.live-support-body {
  display: grid;
  gap: 8px;
}

.live-support-widget.is-collapsed .live-support-body {
  display: none;
}

.live-support-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.live-support-widget.is-collapsed .live-support-title {
  display: none;
}

.live-support-widget.is-collapsed {
  padding: 0;
  border: none;
  box-shadow: none;
}

.live-support-widget.is-collapsed .live-support-toggle {
  padding: 8px 14px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  color: var(--pill-text);
  box-shadow: var(--pill-shadow);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.live-support-toggle {
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  background: transparent;
  color: var(--ink-1);
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.live-support-toggle-label {
  font-weight: 600;
}

.live-support-toggle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 0;
  font-size: 0.85rem;
}

.live-support-widget:not(.is-collapsed) .live-support-toggle-arrow {
  width: auto;
  height: auto;
  position: relative;
  top: -6px;
}

.live-support-widget:not(.is-collapsed) .live-support-toggle {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.live-support-title {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--ink-2);
  position: relative;
  top: -3px;
}

.live-support-toggle:hover {
  border-color: rgba(42, 242, 255, 0.6);
}

.live-support-widget.is-collapsed .live-support-toggle:hover,
.live-support-widget.is-collapsed .live-support-toggle:focus {
  border-color: rgba(255, 122, 89, 0.7);
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

.live-support-input {
  width: min(320px, 78vw);
  border-radius: 14px;
  border: 1px solid rgba(42, 242, 255, 0.25);
  background: transparent;
  color: var(--ink-1);
  padding: 8px 12px;
  min-height: 64px;
  resize: vertical;
}

.live-support-input::placeholder {
  color: rgba(244, 247, 255, 0.6);
}

.live-support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(42, 242, 255, 0.35);
  color: var(--ink-1);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: transparent;
  box-shadow: var(--pill-shadow);
  cursor: pointer;
}

.live-support-button:hover {
  border-color: rgba(42, 242, 255, 0.6);
  box-shadow: 0 12px 24px rgba(4, 8, 16, 0.45);
  transform: translateY(-1px);
}

.invite-only__panel .loginform {
  display: grid;
  gap: 16px;
  margin: 0;
}

.invite-only__panel #loginform {
  display: grid;
  gap: 16px;
}

.invite-only__panel .login-username,
.invite-only__panel .login-password,
.invite-only__panel .login-submit {
  margin: 0;
}

.invite-only__panel .loginform label {
  color: var(--ink-2);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.invite-only__panel #loginform label {
  color: var(--ink-2);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.invite-only__panel .loginform input[type="text"],
.invite-only__panel .loginform input[type="password"] {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(11, 17, 32, 0.6);
  color: var(--ink-1);
  padding: 10px 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.invite-only__panel #loginform .input {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(11, 17, 32, 0.6);
  color: var(--ink-1);
  padding: 10px 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.invite-only__panel .loginform .login-remember {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--ink-2);
  font-size: 0.85rem;
}

.invite-only__panel #loginform .login-remember {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  color: var(--ink-2);
  font-size: 0.85rem;
}

.invite-only__panel #loginform .login-remember label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.invite-only__panel .loginform .login-remember input[type="checkbox"] {
  accent-color: var(--accent-2);
}

.invite-only__panel #loginform .login-remember input[type="checkbox"] {
  accent-color: var(--accent-2);
}

.invite-only__panel .loginform .login-submit {
  margin: 0;
}

.invite-only__panel #loginform .login-submit {
  display: flex;
  justify-content: flex-end;
}

.invite-only__panel .loginform input[type="submit"] {
  border-radius: 999px;
  padding: 10px 20px;
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.9), rgba(168, 85, 247, 0.9));
  border: 1px solid rgba(15, 23, 42, 0.2);
  color: #0b1120;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(34, 211, 238, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.invite-only__panel #loginform .button-primary {
  border-radius: 999px;
  padding: 10px 20px;
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.9), rgba(168, 85, 247, 0.9));
  border: 1px solid rgba(15, 23, 42, 0.2);
  color: #0b1120;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(34, 211, 238, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.invite-only__panel .loginform input[type="submit"]:hover {
  border-color: rgba(255, 122, 89, 0.7);
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

.invite-only__panel #loginform .button-primary:hover {
  border-color: rgba(255, 122, 89, 0.7);
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.25);
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .invite-only__brand {
    white-space: nowrap;
    width: max-content;
    max-width: calc(100vw - 24px);
    font-size: clamp(1rem, 5.8vw, 1.3rem);
    line-height: 1;
    letter-spacing: 0.06em;
  }

  .invite-only__panel {
    padding: 20px;
  }
}

/* Light theme refinements */
body.theme-light .woocommerce-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: var(--ink-2);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

body.theme-light .woocommerce-breadcrumb a {
  color: var(--ink-1);
}

body.theme-light .woocommerce-breadcrumb a:hover {
  color: #0f172a;
}

body.theme-light.woocommerce select,
body.theme-light.woocommerce-page select,
body.theme-light .woocommerce select,
body.theme-light .woocommerce-page select {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

body.theme-light.woocommerce select option,
body.theme-light.woocommerce-page select option,
body.theme-light .woocommerce select option,
body.theme-light .woocommerce-page select option {
  background: #ffffff;
  color: #0f172a;
}

body.theme-light .wc-block-checkout .wc-block-components-textarea {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
}

body.theme-light .wc-block-checkout .wc-block-components-checkbox__input {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(15, 23, 42, 0.35) !important;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08) inset;
}

body.theme-light .wc-block-checkout .wc-block-components-checkbox__input:checked {
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.35), rgba(59, 130, 246, 0.22)) !important;
  border-color: rgba(15, 23, 42, 0.45) !important;
}

body.theme-light .wc-block-checkout .wc-block-components-checkbox__input:checked::before {
  border-right-color: #0f172a;
  border-bottom-color: #0f172a;
}

body.theme-light .wc-block-checkout .wc-block-components-checkbox__input:focus-visible {
  outline-color: rgba(15, 23, 42, 0.35);
}

body.theme-light .wc-block-checkout .wc-block-components-order-summary-item__quantity {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.18);
  color: var(--ink-1);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06) inset;
}

body.theme-light .wc-block-checkout .wc-block-components-radio-control__option {
  border-color: rgba(15, 23, 42, 0.18);
}

body.theme-light .wc-block-checkout .wc-block-components-radio-control__option-checked {
  border-color: rgba(15, 23, 42, 0.45);
}

body.theme-light .wc-block-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .wc-block-checkout .wc-block-components-checkout-place-order-button,
body.theme-light .wc-block-checkout .wc-block-components-checkout-return-to-cart-button,
body.theme-light.woocommerce-cart .wc-block-cart__submit-button {
  background: rgba(255, 255, 255, 0.95) !important;
  color: var(--ink-1) !important;
  border-color: rgba(255, 122, 89, 0.45) !important;
}

body.theme-light .candy-home > .wp-block-group {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.theme-light .candy-featured-categories figure,
body.theme-light .candy-promo figure,
body.theme-light .candy-video figure {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

body.theme-light .candy-home > .wp-block-group.candy-featured-categories {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.theme-light .candy-featured-categories .card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.theme-light .candy-category-media {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .candy-category-media::after {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, rgba(15, 23, 42, 0.22) 100%);
}

body.theme-light .candy-bestsellers .wc-block-grid__product,
body.theme-light .candy-bestsellers .wc-block-product {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

body.theme-light .candy-bestsellers .wp-block-woocommerce-product-button .wp-block-button__link {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  color: var(--ink-1) !important;
}

body.theme-light .candy-deals .woocommerce ul.products li.product a img {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .candy-why .wp-block-column,
body.theme-light .candy-testimonials .wp-block-column,
body.theme-light .candy-newsletter,
body.theme-light .candy-footer,
body.theme-light .candy-faq details,
body.theme-light .newsletter,
body.theme-light .post-card {
  background: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

body.theme-light .footer {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(238, 245, 250, 0.94), rgba(247, 250, 254, 0.98));
  color: #0f172a;
  border-top-color: rgba(15, 23, 42, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 -20px 45px rgba(30, 41, 59, 0.08);
}

body.theme-light .footer::before {
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.2), transparent);
}

body.theme-light .footer p {
  color: rgba(15, 23, 42, 0.78);
}

body.theme-light .footer strong {
  color: #0f172a;
}

body.theme-light .footer .nav-list a::before {
  background: rgba(15, 23, 42, 0.68);
}

body.theme-light .footer .nav-list a {
  color: rgba(15, 23, 42, 0.88);
}

body.theme-light .footer .nav-list a:hover {
  color: #0f172a;
}

body.theme-light .footer a {
  color: rgba(15, 23, 42, 0.7);
}

body.theme-light .mega-footer {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12) !important;
}

body:not(.theme-light) .mega-footer {
  background: rgba(10, 16, 27, 0.98) !important;
  border-color: rgba(42, 242, 255, 0.25) !important;
  box-shadow: 0 24px 60px rgba(4, 8, 16, 0.6) !important;
}

body.theme-light .site {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  background-repeat: repeat;
}
