@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Cabin:wght@400;500;600;700&family=Nunito+Sans:wght@400;500;600;700&family=Rubik:wght@500;600;700&display=swap');

:root,
[data-theme="cyan-mint-blocks"] {
  color-scheme: dark;
  --theme-primary: #67e8f9;
  --theme-primary-strong: #cffafe;
  --theme-accent: #22c55e;
  --theme-accent-hover: #4ade80;
  --theme-cyan: #22d3ee;
  --theme-background: #071311;
  --theme-background-soft: #0d1b1b;
  --theme-surface: rgba(14, 30, 31, .94);
  --theme-surface-solid: #0b1819;
  --theme-ink: #f2fbf9;
  --theme-muted: #9fbab6;
  --theme-line: #1d3d3d;
  --theme-line-strong: #2f6968;
  --theme-thumb-bg: #102527;
  --theme-image-stage-bg: #000000;
  --theme-selected-surface: #123128;
  --theme-footer-bg: #030a09;
  --theme-footer-text: #c8f7ef;
  --theme-public-bg: #000000;
  --theme-public-header-bg: linear-gradient(180deg, rgba(6, 26, 27, .98) 0%, rgba(4, 18, 18, .98) 100%);
  --theme-public-header-border: rgba(103, 232, 249, .2);
  --theme-public-footer-bg: linear-gradient(180deg, #071311 0%, #03100d 100%);
  --theme-public-footer-border: rgba(34, 211, 238, .16);
  --theme-button-text: #062015;
  --theme-radius-sm: 8px;
  --theme-card-shadow: 0 18px 46px rgba(0, 0, 0, .3);
  --theme-card-shadow-hover: 0 22px 54px rgba(34, 211, 238, .18);
  --theme-nav-shadow: 0 12px 34px rgba(0, 0, 0, .28);
  --theme-hero-shadow: 12px 12px 0 rgba(34, 211, 238, .18), 0 24px 62px rgba(0, 0, 0, .42);
  --theme-focus-ring: rgba(34, 211, 238, .28);
  --theme-hero-highlight: rgba(34, 211, 238, .18);
  --theme-hero-accent: rgba(34, 197, 94, .14);
  --theme-hero-glass-start: rgba(20, 42, 43, .94);
  --theme-hero-glass-end: rgba(7, 19, 17, .58);
  --theme-swatch-border: rgba(242, 251, 249, .24);
  --theme-category-card-bg: var(--theme-surface);
  --theme-category-card-border: var(--shop-line);
  --theme-category-card-shadow: var(--theme-card-shadow);
  --theme-product-card-bg: var(--theme-surface);
  --theme-product-card-border: var(--shop-line);
  --theme-product-card-radius: var(--theme-radius-sm);
  --theme-product-card-rounded-radius: 14px;
  --theme-product-card-image-radius: 0;
  --theme-product-card-rounded-image-radius: var(--theme-product-card-rounded-radius);
  --theme-product-card-shadow: var(--theme-card-shadow);
  --theme-product-card-content-inset: .55rem;
  --theme-product-card-media-frame-bg: var(--theme-product-card-bg);
  --theme-product-card-media-bg: var(--theme-image-stage-bg);
  --theme-product-card-hover-bg: var(--theme-product-card-bg);
  --theme-product-card-hover-media-frame-bg: var(--theme-product-card-media-frame-bg);
  --theme-product-card-hover-media-bg: var(--theme-product-card-media-bg);
  --theme-product-card-hover-border: var(--shop-cyan);
  --theme-product-card-hover-shadow: var(--theme-card-shadow-hover);
  --theme-product-card-hover-transform: translateY(-2px);
  --theme-product-card-body-bg: transparent;
  --theme-product-card-hover-body-bg: var(--theme-product-card-body-bg);
  --theme-product-card-body-border: transparent;
  --theme-product-card-new-border: rgba(34, 211, 238, .58);
  --theme-product-card-hot-border: rgba(248, 113, 113, .62);
  --theme-product-badge-new-bg: #22d3ee;
  --theme-product-badge-new-border: #a5f3fc;
  --theme-product-badge-new-text: #06252c;
  --theme-product-badge-hot-bg: #fb7185;
  --theme-product-badge-hot-border: #fecdd3;
  --theme-product-badge-hot-text: #2b050b;
  --theme-display-font: "Rubik", "Nunito Sans", sans-serif;
  --theme-body-font: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shop-primary: var(--theme-primary);
  --shop-primary-dark: var(--theme-primary-strong);
  --shop-accent: var(--theme-accent);
  --shop-cyan: var(--theme-cyan);
  --shop-bg: var(--theme-background);
  --shop-ink: var(--theme-ink);
  --shop-muted: var(--theme-muted);
  --shop-line: var(--theme-line);
}

[data-theme="ink-rose-flat"] {
  color-scheme: dark;
  --theme-primary: #f9a8d4;
  --theme-primary-strong: #fce7f3;
  --theme-accent: #ec4899;
  --theme-accent-hover: #f472b6;
  --theme-cyan: #38bdf8;
  --theme-background: #09090b;
  --theme-background-soft: #121216;
  --theme-surface: rgba(24, 24, 27, .94);
  --theme-surface-solid: #151518;
  --theme-ink: #fafafa;
  --theme-muted: #b6b6c0;
  --theme-line: #3f3f46;
  --theme-line-strong: #52525b;
  --theme-thumb-bg: #1f1f24;
  --theme-image-stage-bg: #000000;
  --theme-selected-surface: #2a1420;
  --theme-footer-bg: #050506;
  --theme-footer-text: #fce7f3;
  --theme-public-bg: #000000;
  --theme-public-header-bg: linear-gradient(180deg, rgba(28, 16, 23, .98) 0%, rgba(17, 10, 15, .98) 100%);
  --theme-public-header-border: rgba(249, 168, 212, .2);
  --theme-public-footer-bg: linear-gradient(180deg, #160d13 0%, #0c060a 100%);
  --theme-public-footer-border: rgba(236, 72, 153, .16);
  --theme-button-text: #ffffff;
  --theme-radius-sm: 4px;
  --theme-card-shadow: 0 18px 46px rgba(0, 0, 0, .34);
  --theme-card-shadow-hover: 0 22px 54px rgba(236, 72, 153, .2);
  --theme-nav-shadow: 0 12px 34px rgba(0, 0, 0, .3);
  --theme-hero-shadow: 10px 10px 0 rgba(236, 72, 153, .22), 0 24px 62px rgba(0, 0, 0, .42);
  --theme-focus-ring: rgba(236, 72, 153, .28);
  --theme-hero-highlight: rgba(236, 72, 153, .18);
  --theme-hero-accent: rgba(56, 189, 248, .12);
  --theme-hero-glass-start: rgba(24, 24, 27, .94);
  --theme-hero-glass-end: rgba(9, 9, 11, .6);
  --theme-swatch-border: rgba(250, 250, 250, .24);
  --theme-product-badge-new-bg: #f9a8d4;
  --theme-product-badge-new-border: #fce7f3;
  --theme-product-badge-new-text: #31081d;
  --theme-product-badge-hot-bg: #ec4899;
  --theme-product-badge-hot-border: #fbcfe8;
  --theme-product-badge-hot-text: #ffffff;
  --theme-display-font: "Rubik", "Nunito Sans", sans-serif;
  --theme-body-font: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shop-primary: var(--theme-primary);
  --shop-primary-dark: var(--theme-primary-strong);
  --shop-accent: var(--theme-accent);
  --shop-cyan: var(--theme-cyan);
  --shop-bg: var(--theme-background);
  --shop-ink: var(--theme-ink);
  --shop-muted: var(--theme-muted);
  --shop-line: var(--theme-line);
}

[data-theme="ember-cobalt-forge"] {
  color-scheme: dark;
  --theme-primary: #ff7a18;
  --theme-primary-strong: #ffb35c;
  --theme-accent: #ff7a18;
  --theme-accent-hover: #ff9b2f;
  --theme-cyan: #148cff;
  --theme-background: #00040b;
  --theme-background-soft: #001238;
  --theme-surface: rgba(0, 29, 74, .96);
  --theme-surface-solid: #001033;
  --theme-ink: #ffffff;
  --theme-muted: #d7e5f7;
  --theme-line: #0a4f9e;
  --theme-line-strong: #148cff;
  --theme-thumb-bg: #001127;
  --theme-image-stage-bg: #000000;
  --theme-selected-surface: #001b3f;
  --theme-footer-bg: #00040b;
  --theme-footer-text: #ffffff;
  --theme-public-bg: #000000;
  --theme-public-header-bg: linear-gradient(180deg, rgba(0, 16, 51, .98) 0%, rgba(0, 4, 11, .98) 100%);
  --theme-public-header-border: rgba(255, 122, 24, .32);
  --theme-public-footer-bg: linear-gradient(180deg, #001033 0%, #00040b 100%);
  --theme-public-footer-border: rgba(20, 140, 255, .34);
  --theme-button-text: #050709;
  --theme-radius-sm: 6px;
  --theme-card-shadow: 0 18px 48px rgba(0, 0, 0, .44);
  --theme-card-shadow-hover: 0 22px 58px rgba(255, 122, 24, .22);
  --theme-nav-shadow: 0 14px 38px rgba(0, 0, 0, .42);
  --theme-hero-shadow: 12px 12px 0 rgba(255, 122, 24, .22), 0 24px 62px rgba(0, 0, 0, .48);
  --theme-focus-ring: rgba(255, 122, 24, .28);
  --theme-hero-highlight: rgba(255, 122, 24, .2);
  --theme-hero-accent: rgba(20, 140, 255, .2);
  --theme-hero-glass-start: rgba(0, 29, 74, .96);
  --theme-hero-glass-end: rgba(0, 4, 11, .62);
  --theme-swatch-border: rgba(255, 255, 255, .3);
  --theme-cobalt-panel-bg: #001a4d;
  --theme-cobalt-panel-border: rgba(20, 140, 255, .62);
  --theme-cobalt-panel-shadow: 0 18px 48px rgba(0, 72, 181, .28);
  --theme-cobalt-chip-bg: rgba(0, 13, 40, .72);
  --theme-category-card-bg: var(--theme-cobalt-panel-bg);
  --theme-category-card-border: var(--theme-cobalt-panel-border);
  --theme-category-card-shadow: var(--theme-cobalt-panel-shadow);
  --theme-product-card-border: var(--theme-line-strong);
  --theme-product-card-hover-border: var(--theme-primary);
  --theme-product-card-body-bg: var(--theme-cobalt-panel-bg);
  --theme-product-card-body-border: var(--theme-cobalt-panel-border);
  --theme-product-card-media-frame-bg: var(--theme-product-card-body-bg);
  --theme-product-card-new-border: rgba(20, 140, 255, .64);
  --theme-product-card-hot-border: rgba(255, 122, 24, .72);
  --theme-product-card-rounded-radius: 12px;
  --theme-product-card-rounded-image-radius: var(--theme-product-card-rounded-radius);
  --theme-product-badge-new-bg: #148cff;
  --theme-product-badge-new-border: #8bc5ff;
  --theme-product-badge-new-text: #ffffff;
  --theme-product-badge-hot-bg: #ff7a18;
  --theme-product-badge-hot-border: #ffb35c;
  --theme-product-badge-hot-text: #050709;
  --theme-display-font: "Rubik", "Nunito Sans", sans-serif;
  --theme-body-font: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shop-primary: var(--theme-primary);
  --shop-primary-dark: var(--theme-primary-strong);
  --shop-accent: var(--theme-accent);
  --shop-cyan: var(--theme-cyan);
  --shop-bg: var(--theme-background);
  --shop-ink: var(--theme-ink);
  --shop-muted: var(--theme-muted);
  --shop-line: var(--theme-line);
}

[data-theme="graphite-maker-studio"] {
  color-scheme: dark;
  --theme-primary: #f3f3f3;
  --theme-primary-strong: #ffffff;
  --theme-accent: #e9e9e9;
  --theme-accent-hover: #ffffff;
  --theme-cyan: #cfcfcf;
  --theme-background: #181818;
  --theme-background-soft: #202020;
  --theme-surface: rgba(43, 43, 43, .96);
  --theme-surface-solid: #242424;
  --theme-ink: #ffffff;
  --theme-muted: #bdbdbd;
  --theme-line: #3a3a3a;
  --theme-line-strong: #4a4a4a;
  --theme-thumb-bg: #303030;
  --theme-image-stage-bg: #1f1f1f;
  --theme-selected-surface: #343434;
  --theme-footer-bg: #181818;
  --theme-footer-text: #e8e8e8;
  --theme-public-bg: #1a1a1a;
  --theme-public-header-bg: #222222;
  --theme-public-header-border: #383838;
  --theme-public-footer-bg: #181818;
  --theme-public-footer-border: #303030;
  --theme-button-text: #151515;
  --theme-radius-sm: 8px;
  --theme-card-shadow: 0 14px 34px rgba(0, 0, 0, .34);
  --theme-card-shadow-hover: 0 18px 42px rgba(255, 255, 255, .08);
  --theme-nav-shadow: 0 10px 24px rgba(0, 0, 0, .28);
  --theme-hero-shadow: 10px 10px 0 rgba(255, 255, 255, .08), 0 24px 62px rgba(0, 0, 0, .36);
  --theme-focus-ring: rgba(255, 255, 255, .22);
  --theme-hero-highlight: rgba(255, 255, 255, .1);
  --theme-hero-accent: rgba(160, 160, 160, .1);
  --theme-hero-glass-start: rgba(43, 43, 43, .96);
  --theme-hero-glass-end: rgba(24, 24, 24, .62);
  --theme-swatch-border: rgba(255, 255, 255, .25);
  --theme-graphite-panel-bg: #2b2b2b;
  --theme-graphite-panel-border: #404040;
  --theme-graphite-chip-bg: #242424;
  --theme-category-card-bg: var(--theme-graphite-panel-bg);
  --theme-category-card-border: var(--theme-graphite-panel-border);
  --theme-category-card-shadow: var(--theme-card-shadow);
  --theme-product-card-bg: var(--theme-graphite-panel-bg);
  --theme-product-card-border: var(--theme-graphite-panel-border);
  --theme-product-card-hover-border: var(--theme-primary-strong);
  --theme-product-card-body-bg: #202020;
  --theme-product-card-body-border: var(--theme-graphite-panel-border);
  --theme-product-card-media-frame-bg: var(--theme-product-card-body-bg);
  --theme-product-card-new-border: #5a5a5a;
  --theme-product-card-hot-border: #5a5a5a;
  --theme-product-card-rounded-radius: 12px;
  --theme-product-card-rounded-image-radius: var(--theme-product-card-rounded-radius);
  --theme-product-badge-new-bg: #95e13a;
  --theme-product-badge-new-border: #b8ff63;
  --theme-product-badge-new-text: #101907;
  --theme-product-badge-hot-bg: #ffb000;
  --theme-product-badge-hot-border: #ffd36a;
  --theme-product-badge-hot-text: #1f1400;
  --theme-display-font: "Rubik", "Nunito Sans", sans-serif;
  --theme-body-font: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shop-primary: var(--theme-primary);
  --shop-primary-dark: var(--theme-primary-strong);
  --shop-accent: var(--theme-accent);
  --shop-cyan: var(--theme-cyan);
  --shop-bg: var(--theme-background);
  --shop-ink: var(--theme-ink);
  --shop-muted: var(--theme-muted);
  --shop-line: var(--theme-line);
}

html[data-product-card-border="off"] {
  --theme-product-card-border: transparent;
  --theme-product-card-hover-border: transparent;
  --theme-product-card-new-border: transparent;
  --theme-product-card-hot-border: transparent;
}

html[data-product-card-hover-glow="off"] {
  --theme-product-card-hover-border: var(--theme-product-card-border);
  --theme-product-card-hover-shadow: var(--theme-card-shadow);
}

html[data-product-card-background="page"] {
  --theme-product-card-bg: var(--theme-public-bg);
  --theme-product-card-body-bg: var(--theme-public-bg);
  --theme-product-card-body-border: transparent;
  --theme-product-card-media-frame-bg: var(--theme-public-bg);
}

html[data-product-card-hover-background="category"] {
  --theme-product-card-hover-bg: var(--theme-category-card-bg);
  --theme-product-card-hover-media-frame-bg: var(--theme-category-card-bg);
  --theme-product-card-hover-media-bg: var(--theme-category-card-bg);
  --theme-product-card-hover-body-bg: var(--theme-category-card-bg);
}

html[data-product-card-top-accent="off"] {
  --theme-product-card-top-accent-display: none;
}

html[data-product-card-elevation="off"] {
  --theme-product-card-shadow: none;
  --theme-product-card-hover-shadow: none;
  --theme-product-card-hover-transform: none;
}

html[data-product-card-rounded-corners="on"] {
  --theme-product-card-radius: var(--theme-product-card-rounded-radius);
}

html[data-product-card-image-rounded-corners="on"] {
  --theme-product-card-image-radius: var(--theme-product-card-rounded-image-radius);
}

html {
  font-size: 15px;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background: linear-gradient(180deg, var(--theme-background) 0%, var(--theme-surface-solid) 36%, var(--theme-background-soft) 100%);
  color: var(--shop-ink);
  font-family: var(--theme-body-font);
  min-height: 100%;
  overflow-x: hidden;
}

body.public-page {
  --theme-background: var(--theme-public-bg);
  --shop-bg: var(--theme-public-bg);
  background: var(--theme-public-bg);
}

body.public-page main {
  background: var(--theme-public-bg);
}

a {
  color: var(--theme-primary);
}

a:hover {
  color: var(--theme-primary-strong);
}

hr,
.border-top {
  border-top-color: var(--shop-line) !important;
}

.border-bottom {
  border-bottom-color: var(--shop-line) !important;
}

.text-secondary,
.text-muted {
  color: var(--theme-muted) !important;
}

.navbar {
  background: var(--theme-surface-solid) !important;
  border-color: var(--shop-line) !important;
  box-shadow: var(--theme-nav-shadow);
}

body.public-page .navbar {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: var(--theme-public-header-bg) !important;
  border-color: var(--theme-public-header-border) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .38);
}

.site-navbar-container {
  gap: .9rem;
}

.site-product-search-form {
  align-items: center;
  background: #000;
  border: 1px solid var(--theme-line-strong);
  border-radius: 999px;
  display: flex;
  flex: 1 1 420px;
  gap: .35rem;
  margin: 0 auto;
  max-width: 520px;
  min-width: 240px;
  padding: .22rem .22rem .22rem .9rem;
  position: relative;
}

.site-product-search-input {
  background: #000;
  border: 0;
  box-shadow: none;
  color: var(--shop-ink);
  min-height: 38px;
  min-width: 0;
  padding-left: 0;
}

.site-product-search-input::placeholder {
  color: var(--shop-muted);
}

.site-product-search-input:focus {
  background: #000;
  box-shadow: none;
  color: var(--shop-ink);
}

.site-product-search-input:-webkit-autofill,
.site-product-search-input:-webkit-autofill:hover,
.site-product-search-input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--shop-ink);
  box-shadow: 0 0 0 1000px #000 inset;
}

.site-product-search-form:focus-within {
  border-color: var(--shop-cyan);
  box-shadow: 0 0 0 .2rem var(--theme-focus-ring);
}

.site-product-search-button {
  border-radius: 999px;
  min-height: 38px;
  padding-inline: 1rem;
  white-space: nowrap;
}

.site-product-search-status {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 992px) {
  body.public-page .site-navbar-container > .navbar-collapse {
    flex-grow: 0;
  }
}

.navbar .nav-link {
  color: var(--theme-muted);
  transition: color .2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--theme-ink);
}

.brand-mark {
  color: var(--shop-primary-dark);
  letter-spacing: 0;
}

.brand-display {
  color: var(--shop-primary-dark);
  font-family: var(--theme-display-font);
  font-size: clamp(2.6rem, 5.3vw, 4.7rem);
  font-weight: 700;
  line-height: 1.06;
  max-width: 11em;
  text-wrap: balance;
}

[data-theme="ink-rose-flat"] .brand-display {
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  font-weight: 700;
  line-height: .95;
}

[data-theme="ember-cobalt-forge"] .brand-mark,
[data-theme="ember-cobalt-forge"] .brand-display {
  color: var(--theme-primary);
  text-shadow: 0 0 24px rgba(255, 122, 24, .26);
}

[data-theme="graphite-maker-studio"] .brand-mark,
[data-theme="graphite-maker-studio"] .brand-display {
  color: var(--theme-primary-strong);
  text-shadow: none;
}

.section-pad {
  padding: 4rem 0;
}

.hero-panel {
  background: var(--theme-background);
  border-bottom: 1px solid var(--shop-line);
}

.hero-banner {
  align-items: center;
  display: flex;
  min-height: clamp(380px, 68vh, 720px);
  overflow: hidden;
  padding: clamp(4.75rem, 9vw, 7.5rem) 0;
  position: relative;
}

.hero-banner::before,
.hero-banner::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-banner::before {
  background:
    linear-gradient(90deg, rgba(3, 10, 9, .92) 0%, rgba(3, 10, 9, .76) 32%, rgba(3, 10, 9, .18) 68%, rgba(3, 10, 9, .5) 100%),
    linear-gradient(180deg, rgba(3, 10, 9, .4) 0%, rgba(3, 10, 9, .08) 42%, rgba(3, 10, 9, .78) 100%);
}

.hero-banner::after {
  background:
    radial-gradient(circle at 18% 34%, var(--theme-hero-highlight), transparent 28%),
    radial-gradient(circle at 82% 28%, var(--theme-hero-accent), transparent 28%);
  opacity: .85;
}

.hero-banner-media,
.hero-banner-image {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-banner-image {
  object-fit: cover;
  object-position: center right;
}

.hero-banner-content {
  color: var(--theme-ink);
  max-width: 1320px;
  position: relative;
  z-index: 2;
}

.hero-banner .brand-display {
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.05rem, 4.2vw, 3.45rem);
  font-weight: 700;
  line-height: 1.16;
  max-width: 13em;
  text-shadow: 0 18px 40px rgba(0, 0, 0, .56);
}

.hero-banner .btn-outline-shop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(7, 19, 17, .44);
}

.home-catalog-layout,
.public-catalog-layout {
  align-items: start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
}

.category-sidebar {
  background: var(--theme-category-card-bg);
  border: 1px solid var(--theme-category-card-border);
  border-radius: var(--theme-radius-sm);
  box-shadow: var(--theme-category-card-shadow);
  padding: 1.25rem;
  position: sticky;
  top: 5.5rem;
}

[data-theme="ember-cobalt-forge"] .category-sidebar {
  background: var(--theme-category-card-bg);
  border-color: var(--theme-category-card-border);
  box-shadow: var(--theme-category-card-shadow);
}

[data-theme="graphite-maker-studio"] .category-sidebar {
  background: var(--theme-category-card-bg);
  border-color: var(--theme-category-card-border);
  box-shadow: var(--theme-category-card-shadow);
}

.category-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.home-products,
.public-content {
  min-width: 0;
}

.public-mobile-category-menu {
  width: 100%;
}

.public-mobile-category-menu .category-sidebar {
  background: rgba(14, 30, 31, .72);
  box-shadow: none;
  margin-top: 1rem;
  padding: .9rem;
  position: static;
  top: auto;
}

[data-theme="ember-cobalt-forge"] .public-mobile-category-menu .category-sidebar {
  background: var(--theme-cobalt-panel-bg);
  border-color: var(--theme-cobalt-panel-border);
}

[data-theme="graphite-maker-studio"] .public-mobile-category-menu .category-sidebar {
  background: var(--theme-graphite-panel-bg);
  border-color: var(--theme-graphite-panel-border);
}

.public-mobile-category-list {
  max-height: min(58vh, 28rem);
  overflow-y: auto;
  padding-right: .15rem;
}

.product-grid {
  display: grid;
  gap: 1.5rem;
}

.product-grid-shell {
  min-width: 0;
}

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

.product-load-more {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: center;
  min-height: 4.25rem;
  padding: 1.5rem 0 .25rem;
}

.product-load-more[hidden] {
  display: none;
}

.product-load-more-spinner {
  color: var(--shop-primary);
}

.public-product-search-results {
  transition: opacity .16s ease;
}

.public-product-search-results.is-loading {
  opacity: .54;
  pointer-events: none;
}

.product-grid-empty {
  background: var(--theme-surface);
  border: 1px solid var(--shop-line);
  border-radius: var(--theme-radius-sm);
  color: var(--shop-muted);
  padding: 1.5rem;
  text-align: center;
}

.eyebrow {
  color: var(--shop-primary);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.btn-shop {
  --bs-btn-bg: var(--shop-accent);
  --bs-btn-border-color: var(--shop-accent);
  --bs-btn-color: var(--theme-button-text);
  --bs-btn-hover-bg: var(--theme-accent-hover);
  --bs-btn-hover-border-color: var(--theme-accent-hover);
  --bs-btn-hover-color: var(--theme-surface-solid);
  font-weight: 700;
}

.btn-outline-shop {
  --bs-btn-color: var(--shop-primary-dark);
  --bs-btn-border-color: var(--shop-primary-dark);
  --bs-btn-hover-bg: var(--shop-primary-dark);
  --bs-btn-hover-border-color: var(--shop-primary-dark);
  --bs-btn-hover-color: var(--theme-surface-solid);
  font-weight: 700;
}

.product-card,
.admin-panel,
.order-panel {
  border: 1px solid var(--shop-line);
  box-shadow: var(--theme-card-shadow);
}

.product-card {
  background: var(--theme-product-card-bg, var(--theme-surface));
  border-color: var(--theme-product-card-border, var(--shop-line));
  border-radius: var(--theme-product-card-radius, var(--theme-radius-sm));
  box-shadow: var(--theme-product-card-shadow, var(--theme-card-shadow));
}

.admin-panel,
.order-panel {
  background: var(--theme-surface);
  border-radius: var(--theme-radius-sm);
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-card-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.product-card:hover {
  background: var(--theme-product-card-hover-bg, var(--theme-product-card-bg, var(--theme-surface)));
  border-color: var(--theme-product-card-hover-border, var(--shop-cyan));
  box-shadow: var(--theme-product-card-hover-shadow, var(--theme-card-shadow-hover));
}

.product-card:hover .product-card-body {
  background: var(--theme-product-card-hover-body-bg, var(--theme-product-card-body-bg, transparent));
}

.product-card:hover .product-card-media {
  background: var(--theme-product-card-hover-media-frame-bg, var(--theme-product-card-media-frame-bg, var(--theme-product-card-hover-bg)));
}

.product-card:hover .product-thumb {
  background: var(--theme-product-card-hover-media-bg, var(--theme-product-card-media-bg, var(--theme-image-stage-bg)));
}

.product-card-link:hover {
  color: inherit;
  transform: var(--theme-product-card-hover-transform, translateY(-2px));
}

.product-card-link:focus-visible {
  outline: 3px solid var(--theme-focus-ring);
  outline-offset: 4px;
}

.product-card-new {
  border-color: var(--theme-product-card-new-border);
}

.product-card-hot {
  border-color: var(--theme-product-card-hot-border);
}

.product-card-new::before,
.product-card-hot::before {
  content: "";
  display: var(--theme-product-card-top-accent-display, block);
  height: 3px;
  inset: 0 0 auto;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.product-card-new::before {
  background: linear-gradient(90deg, var(--shop-cyan), transparent 78%);
}

.product-card-hot::before {
  background: linear-gradient(90deg, #fb7185, #f97316);
}

.product-card-new.product-card-hot::before {
  background: linear-gradient(90deg, var(--shop-cyan), #fb7185 54%, #f97316);
}

[data-theme="ink-rose-flat"] .product-card,
[data-theme="ink-rose-flat"] .admin-panel,
[data-theme="ink-rose-flat"] .order-panel {
  border-width: 2px;
}

[data-theme="ember-cobalt-forge"] .admin-panel,
[data-theme="ember-cobalt-forge"] .order-panel {
  border-color: var(--theme-line-strong);
}

[data-theme="graphite-maker-studio"] .admin-panel,
[data-theme="graphite-maker-studio"] .order-panel {
  background: var(--theme-graphite-panel-bg);
  border-color: var(--theme-graphite-panel-border);
}

[data-theme="ember-cobalt-forge"] .product-card-new::before {
  background: linear-gradient(90deg, var(--theme-cyan), transparent 78%);
}

[data-theme="ember-cobalt-forge"] .product-card-hot::before {
  background: linear-gradient(90deg, var(--theme-primary), #ffb35c);
}

[data-theme="ember-cobalt-forge"] .product-card-new.product-card-hot::before {
  background: linear-gradient(90deg, var(--theme-cyan), var(--theme-primary) 58%, #ffb35c);
}

[data-theme="ember-cobalt-forge"] .product-card-body {
  background: var(--theme-product-card-body-bg);
  border-top: 1px solid var(--theme-product-card-body-border);
}

[data-theme="graphite-maker-studio"] .product-card-new::before,
[data-theme="graphite-maker-studio"] .product-card-hot::before,
[data-theme="graphite-maker-studio"] .product-card-new.product-card-hot::before {
  background: linear-gradient(90deg, #f3f3f3, #5a5a5a);
}

[data-theme="graphite-maker-studio"] .product-card-body {
  background: var(--theme-product-card-body-bg);
  border-top: 1px solid var(--theme-product-card-body-border);
}

.product-card-media {
  aspect-ratio: 4 / 3;
  background: var(--theme-product-card-media-frame-bg, var(--theme-product-card-bg, var(--theme-surface)));
  border-radius: var(--theme-product-card-image-radius, 0);
  box-sizing: border-box;
  display: block;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.product-card-media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .16), transparent 38%, rgba(0, 0, 0, .14));
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.product-thumb {
  background: var(--theme-product-card-media-bg, var(--theme-image-stage-bg));
  border-radius: inherit;
  box-sizing: border-box;
  display: block;
  height: 100%;
  object-fit: contain;
  padding: var(--theme-product-card-content-inset);
  transition: filter .28s ease;
  width: 100%;
}

html[data-product-card-image-rounded-corners="on"] .product-card-media {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--theme-product-card-content-inset);
}

html[data-product-card-image-rounded-corners="on"] .product-card-media::after {
  display: none;
}

html[data-product-card-image-rounded-corners="on"] .product-thumb {
  background: var(--theme-product-card-media-frame-bg, var(--theme-product-card-bg, var(--theme-surface)));
  border-radius: var(--theme-product-card-image-radius);
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: fill;
  padding: 0;
  width: auto;
}

html[data-product-card-image-rounded-corners="on"] .product-card:hover .product-thumb {
  background: var(--theme-product-card-hover-media-frame-bg, var(--theme-product-card-media-frame-bg, var(--theme-product-card-hover-bg)));
}

.product-card-link:hover .product-thumb {
  filter: saturate(1.06) contrast(1.03);
}

.product-card-swatches {
  position: absolute;
  z-index: 3;
}

.product-card-swatches {
  align-items: center;
  background: rgba(3, 10, 9, .66);
  border: 1px solid rgba(242, 251, 249, .16);
  bottom: .72rem;
  border-radius: 999px;
  display: flex;
  gap: .28rem;
  left: .72rem;
  padding: .34rem .42rem;
}

.product-card-swatches .color-dot {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .22);
}

.product-card-markers {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  min-width: 0;
}

.product-card-body {
  background: var(--theme-product-card-body-bg, transparent);
  border-top: 1px solid var(--theme-product-card-body-border, transparent);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .48rem;
  padding: .5rem var(--theme-product-card-content-inset) .78rem;
}

.product-grid-four .product-card-body {
  padding: .45rem var(--theme-product-card-content-inset) .78rem;
}

.product-grid-four .product-title {
  font-size: 1.04rem;
}

.product-grid-four .product-description {
  font-size: .95rem;
}

.product-title {
  display: -webkit-box;
  line-height: 1.16;
  margin-bottom: 0;
  min-height: 1.2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

[data-theme="ember-cobalt-forge"] .product-title,
[data-theme="ember-cobalt-forge"] .product-detail-title {
  color: var(--theme-primary);
}

[data-theme="graphite-maker-studio"] .product-title,
[data-theme="graphite-maker-studio"] .product-detail-title {
  color: var(--theme-primary-strong);
}

[data-theme="ember-cobalt-forge"] .product-price,
[data-theme="ember-cobalt-forge"] .product-detail-price-value {
  color: #ffffff;
}

[data-theme="ember-cobalt-forge"] .product-detail-price {
  background: linear-gradient(135deg, rgba(255, 122, 24, .14), rgba(20, 140, 255, .1));
  border-left-color: var(--theme-primary);
}

[data-theme="graphite-maker-studio"] .product-badge-new,
[data-theme="graphite-maker-studio"] .product-badge-hot {
  background: var(--theme-primary-strong);
  border-color: var(--theme-primary-strong);
  color: #181818;
}

[data-theme="graphite-maker-studio"] .product-detail-price {
  background: #2b2b2b;
  border-left-color: var(--theme-primary-strong);
}

.product-card-footer {
  align-items: flex-end;
  display: flex;
  gap: .75rem;
  margin-top: auto;
  min-height: 1.7rem;
}

.product-card-spacer {
  flex: 1 1 auto;
}

.product-description {
  display: -webkit-box;
  line-height: 1.45;
  min-height: 4.35em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-meta {
  flex-wrap: wrap;
  margin-top: auto;
  min-height: 2rem;
}

.product-flags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  min-height: 1.55rem;
}

.product-badge {
  align-items: center;
  background: rgba(3, 10, 9, .9);
  border: 1px solid rgba(242, 251, 249, .34);
  border-radius: 999px;
  color: var(--theme-ink);
  display: inline-flex;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .26);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  padding: .42rem .62rem;
  text-transform: uppercase;
}

.product-badge-new {
  background: #22d3ee;
  border-color: #a5f3fc;
  color: #06252c;
}

.product-badge-hot {
  background: #fb7185;
  border-color: #fecdd3;
  color: #2b050b;
}

.product-card .product-badge {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
  font-size: .66rem;
  letter-spacing: .02em;
  padding: .27rem .45rem;
}

.product-card .product-badge-new {
  background: var(--theme-product-badge-new-bg);
  border-color: var(--theme-product-badge-new-border);
  color: var(--theme-product-badge-new-text);
}

.product-card .product-badge-hot {
  background: var(--theme-product-badge-hot-bg);
  border-color: var(--theme-product-badge-hot-border);
  color: var(--theme-product-badge-hot-text);
}

.admin-labels {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.product-price {
  color: var(--theme-primary-strong);
  display: block;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.2;
  margin-left: auto;
  text-align: right;
}

.product-detail-price {
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(103, 232, 249, .12), rgba(34, 197, 94, .08));
  border: 1px solid var(--shop-line);
  border-left: .35rem solid var(--shop-accent);
  border-radius: var(--theme-radius-sm);
  display: inline-flex;
  flex-direction: column;
  gap: .2rem;
  min-width: min(100%, 14rem);
  padding: .85rem 1rem;
}

.product-detail-price-label {
  color: var(--theme-muted);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.product-detail-price-value {
  color: var(--theme-primary-strong);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.12;
}

.product-detail-description {
  white-space: pre-line;
}

.color-dot {
  border: 1px solid var(--theme-swatch-border);
  border-radius: 999px;
  display: inline-block;
  height: 1rem;
  vertical-align: middle;
  width: 1rem;
}

.variant-choice {
  border: 1px solid var(--shop-line);
  border-radius: var(--theme-radius-sm);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}

.variant-choice:hover,
.variant-choice:has(input:checked) {
  background: var(--theme-selected-surface);
  border-color: var(--shop-accent);
}

.variant-choice.disabled {
  cursor: not-allowed;
  opacity: .56;
}

.zalo-next-step {
  align-items: flex-start;
  background: var(--theme-selected-surface);
  border: 1px solid var(--shop-line);
  border-left: .35rem solid var(--shop-accent);
  border-radius: var(--theme-radius-sm);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.zalo-next-step .btn {
  min-width: 8.5rem;
}

.category-pill {
  border: 1px solid var(--shop-line);
  border-radius: 999px;
  color: var(--shop-primary-dark);
  display: inline-flex;
  gap: .75rem;
  font-weight: 700;
  padding: .55rem 1rem;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease;
}

.category-pill-block {
  align-items: center;
  border-radius: var(--theme-radius-sm);
  justify-content: space-between;
  width: 100%;
}

.category-pill:hover,
.category-pill:focus-visible,
.category-pill.active {
  background: var(--shop-primary-dark);
  border-color: var(--shop-primary-dark);
  color: var(--theme-surface-solid);
}

[data-theme="ember-cobalt-forge"] .category-pill {
  background: var(--theme-cobalt-chip-bg);
  border-color: var(--theme-cobalt-panel-border);
  color: #ffffff;
}

[data-theme="graphite-maker-studio"] .category-pill {
  background: var(--theme-graphite-chip-bg);
  border-color: var(--theme-graphite-panel-border);
  color: #ffffff;
}

[data-theme="ember-cobalt-forge"] .category-pill:hover,
[data-theme="ember-cobalt-forge"] .category-pill:focus-visible,
[data-theme="ember-cobalt-forge"] .category-pill.active {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #050709;
}

[data-theme="graphite-maker-studio"] .category-pill:hover,
[data-theme="graphite-maker-studio"] .category-pill:focus-visible,
[data-theme="graphite-maker-studio"] .category-pill.active {
  background: var(--theme-primary-strong);
  border-color: var(--theme-primary-strong);
  color: #181818;
}

.gallery-main-frame {
  aspect-ratio: 4 / 3;
  background: var(--theme-image-stage-bg);
  border: 1px solid var(--shop-line);
  border-radius: var(--theme-radius-sm);
  box-sizing: border-box;
  overflow: hidden;
  padding: .75rem;
}

.gallery-main {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.gallery-thumb {
  aspect-ratio: 4 / 3;
  background: var(--theme-image-stage-bg);
  border: 1px solid var(--shop-line);
  border-radius: var(--theme-radius-sm);
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 92px;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible,
.gallery-thumb.active {
  border-color: var(--shop-accent);
  box-shadow: 0 0 0 .2rem var(--theme-focus-ring);
}

.gallery-thumb img {
  background: var(--theme-image-stage-bg);
  border-radius: var(--theme-radius-sm);
  box-sizing: border-box;
  height: 100%;
  object-fit: contain;
  padding: .25rem;
  width: 100%;
}

.muted-copy {
  color: var(--shop-muted);
}

.form-control,
.form-select {
  background-color: var(--theme-surface-solid);
  border-color: var(--shop-line);
  color: var(--theme-ink);
}

.form-control::placeholder {
  color: var(--theme-muted);
  opacity: .82;
}

.form-control:disabled,
.form-select:disabled,
.form-control[readonly] {
  background-color: var(--theme-thumb-bg);
  color: var(--theme-muted);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  background-color: var(--theme-surface-solid);
  border-color: var(--shop-cyan);
  color: var(--theme-ink);
  box-shadow: 0 0 0 .2rem var(--theme-focus-ring);
}

.site-product-search-form .site-product-search-input,
.site-product-search-form .site-product-search-input:focus {
  background: #000;
  background-color: #000;
  border-color: transparent;
  box-shadow: none;
  color: var(--shop-ink);
}

[data-theme="graphite-maker-studio"] .site-product-search-form,
[data-theme="graphite-maker-studio"] .site-product-search-form .site-product-search-input,
[data-theme="graphite-maker-studio"] .site-product-search-form .site-product-search-input:focus {
  background: #2b2b2b;
  background-color: #2b2b2b;
}

[data-theme="graphite-maker-studio"] .site-product-search-input:-webkit-autofill,
[data-theme="graphite-maker-studio"] .site-product-search-input:-webkit-autofill:hover,
[data-theme="graphite-maker-studio"] .site-product-search-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0 1000px #2b2b2b inset;
}

.form-check-input {
  background-color: var(--theme-surface-solid);
  border-color: var(--shop-line);
}

.form-check-input:checked {
  background-color: var(--shop-accent);
  border-color: var(--shop-accent);
}

.html-editor {
  background: var(--theme-surface-solid);
  border: 1px solid var(--shop-line);
  border-radius: var(--theme-radius-sm);
  overflow: hidden;
}

.html-editor-toolbar {
  align-items: center;
  background: rgba(0, 0, 0, .18);
  border-bottom: 1px solid var(--shop-line);
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: .65rem;
}

.html-editor-format {
  max-width: 9.5rem;
}

.html-editor-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 2.35rem;
}

.html-editor-surface {
  color: var(--theme-ink);
  min-height: 12rem;
  outline: none;
  overflow-wrap: anywhere;
  padding: .9rem 1rem;
  white-space: pre-wrap;
}

.html-editor-surface:focus {
  box-shadow: inset 0 0 0 .2rem var(--theme-focus-ring);
}

.html-editor-surface:empty::before {
  color: var(--theme-muted);
  content: attr(data-placeholder);
  pointer-events: none;
}

.html-editor-surface a {
  text-decoration: underline;
}

.html-editor-surface img {
  height: auto;
  max-width: 100%;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--shop-line);
  --bs-table-color: var(--theme-ink);
  --bs-table-hover-bg: var(--theme-selected-surface);
  --bs-table-hover-color: var(--theme-ink);
}

.alert {
  border-color: var(--shop-line);
}

.alert-info {
  --bs-alert-bg: rgba(34, 211, 238, .14);
  --bs-alert-border-color: rgba(34, 211, 238, .34);
  --bs-alert-color: var(--theme-ink);
}

.alert-warning {
  --bs-alert-bg: rgba(245, 158, 11, .14);
  --bs-alert-border-color: rgba(245, 158, 11, .34);
  --bs-alert-color: var(--theme-ink);
}

.alert-success {
  --bs-alert-bg: rgba(34, 197, 94, .14);
  --bs-alert-border-color: rgba(34, 197, 94, .34);
  --bs-alert-color: var(--theme-ink);
}

.alert-danger {
  --bs-alert-bg: rgba(239, 68, 68, .14);
  --bs-alert-border-color: rgba(239, 68, 68, .34);
  --bs-alert-color: var(--theme-ink);
}

.btn-outline-secondary {
  --bs-btn-color: var(--theme-muted);
  --bs-btn-border-color: var(--shop-line);
  --bs-btn-hover-bg: var(--theme-selected-surface);
  --bs-btn-hover-border-color: var(--theme-line-strong);
  --bs-btn-hover-color: var(--theme-ink);
}

.site-footer {
  background: var(--theme-footer-bg);
  color: var(--theme-footer-text);
  padding: 1.5rem 0;
}

body.public-page .site-footer {
  background: var(--theme-public-footer-bg);
  border-top: 1px solid var(--theme-public-footer-border);
}

.language-switch .btn {
  min-width: 2.5rem;
}

.theme-option {
  background: var(--theme-surface-solid);
  border: 1px solid var(--theme-line);
  border-radius: var(--theme-radius-sm);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}

.theme-option:hover,
.theme-option:has(input:checked) {
  background: var(--theme-selected-surface);
  border-color: var(--theme-accent);
}

.theme-preview-swatch {
  border: 1px solid var(--theme-swatch-border);
  border-radius: 999px;
  height: 1.25rem;
  width: 1.25rem;
}

.theme-option[data-theme-preview="cyan-mint-blocks"] .swatch-primary {
  background: #67e8f9;
}

.theme-option[data-theme-preview="cyan-mint-blocks"] .swatch-accent {
  background: #22c55e;
}

.theme-option[data-theme-preview="cyan-mint-blocks"] .swatch-surface {
  background: #0b1819;
}

.theme-option[data-theme-preview="ink-rose-flat"] .swatch-primary {
  background: #f9a8d4;
}

.theme-option[data-theme-preview="ink-rose-flat"] .swatch-accent {
  background: #ec4899;
}

.theme-option[data-theme-preview="ink-rose-flat"] .swatch-surface {
  background: #151518;
}

.theme-option[data-theme-preview="ember-cobalt-forge"] .swatch-primary {
  background: #ff7a18;
}

.theme-option[data-theme-preview="ember-cobalt-forge"] .swatch-accent {
  background: #148cff;
}

.theme-option[data-theme-preview="ember-cobalt-forge"] .swatch-surface {
  background: #000814;
}

.theme-option[data-theme-preview="graphite-maker-studio"] .swatch-primary {
  background: #f3f3f3;
}

.theme-option[data-theme-preview="graphite-maker-studio"] .swatch-accent {
  background: #4a4a4a;
}

.theme-option[data-theme-preview="graphite-maker-studio"] .swatch-surface {
  background: #242424;
}

.admin-shell {
  background: var(--theme-background-soft);
  min-height: calc(100vh - 130px);
  padding: 2rem 0 4rem;
}

.table td,
.table th {
  vertical-align: middle;
}

.admin-image-row {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 76px minmax(0, 1fr) auto;
}

.admin-image-info {
  min-width: 0;
}

.admin-image-info .muted-copy {
  overflow-wrap: anywhere;
}

.admin-image-actions {
  display: flex;
  flex: 0 0 auto;
  gap: .5rem;
}

.admin-banner-preview {
  aspect-ratio: 1920 / 820;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  display: block;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991.98px) {
  .site-product-search-form {
    flex-basis: 100%;
    margin: .2rem 0 .15rem;
    max-width: none;
    order: 3;
    width: 100%;
  }

  .site-navbar-container .navbar-collapse {
    flex-basis: 100%;
    order: 4;
  }

  .site-navbar-container .navbar-toggler {
    margin-left: auto;
  }

  .hero-banner {
    min-height: clamp(420px, 72vh, 640px);
    padding: 5rem 0 4rem;
  }

  .hero-banner::before {
    background:
      linear-gradient(180deg, rgba(3, 10, 9, .7) 0%, rgba(3, 10, 9, .35) 38%, rgba(3, 10, 9, .9) 100%),
      linear-gradient(90deg, rgba(3, 10, 9, .82), rgba(3, 10, 9, .28));
  }

  .hero-banner-image {
    object-position: 58% center;
  }

  .home-catalog-layout,
  .public-catalog-layout {
    grid-template-columns: 1fr;
  }

  .public-mobile-category-menu .category-sidebar-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .public-mobile-category-menu .category-pill-block {
    width: 100%;
  }

  .product-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 575.98px) {
  .admin-image-row {
    align-items: start;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .admin-image-actions {
    grid-column: 1 / -1;
  }

  .hero-banner {
    align-items: flex-end;
    min-height: 520px;
    padding: 5.5rem 0 3rem;
  }

  .hero-banner .brand-display {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
    line-height: 1.18;
    max-width: 11em;
  }

  .hero-banner-content .d-flex {
    width: 100%;
  }

  .hero-banner-content .btn {
    width: 100%;
  }

  .hero-banner-image {
    object-position: 62% center;
  }

  .product-grid-four {
    grid-template-columns: 1fr;
  }

  .site-product-search-form {
    min-width: 0;
    padding-left: .75rem;
  }

  .site-product-search-button {
    padding-inline: .75rem;
  }

  .product-grid-four .product-card-body {
    padding: .55rem var(--theme-product-card-content-inset) .82rem;
  }

  .zalo-next-step {
    align-items: stretch;
    flex-direction: column;
  }

  .zalo-next-step .btn {
    width: 100%;
  }
}
