@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/oswald-v57-latin-ext-700.woff2?v=v57") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/oswald-v57-latin-700.woff2?v=v57") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #070707;
  --panel: #0d0d0d;
  --panel-2: #111;
  --line: rgba(255, 255, 255, 0.6);
  --line-strong: rgba(255, 255, 255, 0.9);
  --text: #f3f3f3;
  --muted: #9b9b9b;
  --red: #cc0000;
  --red-dark: #940000;
  --shirt: #101010;
  --ink: #d8c8ad;
  --tee-backlight: drop-shadow(0 -12px 30px rgba(255, 255, 255, 0.28)) drop-shadow(0 2px 22px rgba(232, 236, 238, 0.18)) drop-shadow(0 16px 24px rgba(0, 0, 0, 0.32));
  --tee-backlight-strong: drop-shadow(0 -18px 44px rgba(255, 255, 255, 0.34)) drop-shadow(0 4px 34px rgba(232, 236, 238, 0.22)) drop-shadow(0 22px 30px rgba(0, 0, 0, 0.36));
  --mockup-border: var(--line);
  --mockup-border-focus: var(--line-strong);
  --max: 1180px;
  --product-font: "Oswald", "Arial Narrow", Impact, Haettenschweiler, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background: var(--bg);
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.055), transparent 36rem),
    var(--bg);
  background-size: 18px 18px, 18px 18px, auto, auto;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

.promo {
  min-height: 46px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #9D0104;
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-track {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  animation: promo-marquee 22s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.promo-track span {
  padding-right: 44px;
}

.promo-track span.is-active {
  opacity: 1;
}

.promo:hover .promo-track {
  animation-play-state: paused;
}

@keyframes promo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo {
    justify-content: center;
    text-align: center;
  }

  .promo-track {
    animation: none;
  }

  .promo-track span:not(:first-child) {
    display: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 22px clamp(14px, 4vw, 28px) 18px;
}

.main-row {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 3vw, 24px);
}

.icon-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border-radius: 6px;
  text-decoration: none;
}

.icon-button:hover,
.icon-button:focus-visible {
  outline: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.06);
}

.icon-button svg {
  width: 28px;
  height: 28px;
  stroke-width: 2.1;
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  gap: 10px;
  padding: 0;
}

.logo:hover,
.logo:focus-visible {
  outline: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
}

.logo-image {
  display: block;
  width: clamp(210px, 33vw, 430px);
  height: auto;
  max-height: 88px;
  object-fit: contain;
}

.logo-menu-icon {
  display: block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  opacity: 0.96;
}

.header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(4px, 1.2vw, 12px);
}

.cart-button,
.wishlist-button {
  position: relative;
}

.cart-count,
.wishlist-count {
  position: absolute;
  top: -3px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.search-row {
  position: relative;
  min-width: 0;
}

.search-row svg {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}

.search-row input {
  width: 100%;
  min-height: 60px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
  padding: 0 18px 0 58px;
  font-size: clamp(1rem, 2.6vw, 1.2rem);
  outline: 0;
}

.search-row input::placeholder {
  color: #8e8e8e;
  opacity: 1;
}

.search-row input:focus {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.site-search-transfer {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #454545;
  border-left: 3px solid var(--red);
  border-radius: 7px;
  background: #0d0d0d;
  color: #fff;
  padding: 13px 16px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.54);
  text-decoration: none;
}

.site-search-transfer[hidden] {
  display: none;
}

.site-search-transfer > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.site-search-transfer small {
  color: #d93131;
  font: 800 0.65rem/1 Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-search-transfer strong {
  font-family: var(--product-font);
  font-size: 1rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.site-search-transfer em {
  overflow: hidden;
  color: #9c9c9c;
  font: 400 0.78rem/1.25 Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-search-transfer > b {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  color: #fff;
  font: 400 1.4rem/1 Arial, sans-serif;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.site-search-transfer:hover,
.site-search-transfer:focus-visible {
  border-color: #696969;
  border-left-color: var(--red);
  background: #151515;
  outline: none;
}

.site-search-transfer:hover > b,
.site-search-transfer:focus-visible > b {
  border-color: var(--red);
  background: var(--red);
  transform: translateX(2px);
}

.menu-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 clamp(14px, 4vw, 28px) 18px;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.98);
  border-bottom: 1px solid var(--line);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -8px, 0);
  transform-origin: top;
  visibility: hidden;
  will-change: transform, opacity;
  transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}

.menu-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition-delay: 0s;
}

.menu-panel nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.menu-panel a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--product-font);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.035);
}

.menu-panel a:hover,
.menu-panel a:focus-visible {
  border-color: var(--line-strong);
  outline: 0;
}

.admin-menu-slot {
  display: contents;
}

main {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(14px, 3vw, 24px) clamp(10px, 3vw, 28px) 44px;
}

.product-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.product-tools strong {
  color: #fff;
  font-weight: 900;
}

.sort-button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: var(--product-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
}

.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mockup-border);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #0b0b0b;
  background-size: auto, 14px 14px, 14px 14px, auto;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
  isolation: isolate;
  transition: border-color 160ms ease;
}

.product-card:hover,
.product-card:has(.product-card-link:focus-visible) {
  border-color: var(--mockup-border-focus);
}

.product-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 7px;
}

.product-card-link:focus-visible {
  outline: 2px solid var(--mockup-border-focus);
  outline-offset: -3px;
}

.product-link {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: clamp(300px, 47vw, 455px);
  color: #fff;
  text-decoration: none;
}

.product-media {
  display: grid;
  place-items: center;
  padding: clamp(28px, 6vw, 44px) clamp(6px, 2vw, 18px) 4px;
}

.tee {
  position: relative;
  width: min(100%, 330px);
  aspect-ratio: 1;
  filter: var(--tee-backlight);
}

.tee-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tee-design {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 48%;
  height: auto;
  transform: translateX(-50%);
  opacity: 0.88;
  pointer-events: none;
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.34));
}

.tee-design-image {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 53%;
  height: auto;
  transform: translateX(-50%);
  opacity: 0.94;
  pointer-events: none;
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.36));
}

.product-meta {
  min-height: 82px;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 0 8px 18px;
  text-align: center;
}

.product-title {
  margin: 0;
  color: #f3f3f3;
  font-family: var(--product-font);
  font-size: clamp(1.02rem, 3.8vw, 1.62rem);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  text-wrap: balance;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.85);
}

.price {
  color: #c90000;
  font-family: var(--product-font);
  font-size: clamp(1.02rem, 3.7vw, 1.56rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  white-space: nowrap;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
}

.product-artist-link {
  position: relative;
  z-index: 3;
  justify-self: center;
  color: #b8b8b8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.68rem, 2.35vw, 0.82rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.product-artist-link:hover,
.product-artist-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: 0;
}

.badge {
  position: absolute;
  top: 18px;
  left: 10px;
  z-index: 2;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  max-width: calc(100% - 56px);
  padding: 0 18px 0 12px;
  clip-path: polygon(0 0, 100% 0, 87% 50%, 100% 100%, 0 100%);
  background: var(--red);
  color: #fff;
  font-size: clamp(0.62rem, 1.7vw, 0.82rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.badge-image {
  position: absolute;
  top: 8px;
  left: -5px;
  z-index: 2;
  width: min(62%, 190px);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.55));
}

.heart-button,
.preview-button,
.add-cart-button {
  position: absolute;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.heart-button {
  top: 18px;
  right: 12px;
}

.preview-button {
  top: 64px;
  right: 12px;
}

.add-cart-button {
  top: 110px;
  right: 12px;
  color: #fff;
}

.heart-button svg,
.preview-button svg,
.add-cart-button svg {
  width: 30px;
  height: 30px;
  stroke-width: 2.1;
}

.add-cart-button svg {
  fill: currentColor;
  stroke: none;
}

.heart-button.is-active {
  color: var(--red);
}

.heart-button:hover,
.preview-button:hover,
.add-cart-button:hover,
.heart-button:focus-visible,
.preview-button:focus-visible,
.add-cart-button:focus-visible {
  outline: 1px solid var(--line-strong);
  background: rgba(0, 0, 0, 0.28);
}

.preview-button:hover,
.preview-button:focus-visible,
.add-cart-button:hover,
.add-cart-button:focus-visible {
  color: var(--red);
}

.size-picker {
  position: absolute;
  top: 103px;
  right: 56px;
  z-index: 4;
  width: min(204px, calc(100% - 76px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 8, 8, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
}

.size-picker[hidden] {
  display: none;
}

.size-picker-label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.size-picker-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.size-option {
  min-width: 0;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

.size-option:hover,
.size-option:focus-visible {
  outline: 0;
  border-color: var(--line-strong);
  background: var(--red);
}

.size-option:disabled {
  cursor: wait;
  opacity: 0.68;
}

body.preview-open {
  overflow: hidden;
}

.preview-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(14px, 4vw, 34px);
}

.preview-modal[hidden] {
  display: none;
}

.preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(4px);
}

.preview-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100dvh - 28px);
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  overflow: auto;
  border: 1px solid var(--mockup-border);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 32%),
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #090909;
  background-size: auto, 14px 14px, 14px 14px, auto;
  padding: clamp(16px, 4vw, 28px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.7);
}

.preview-panel:focus-within {
  border-color: var(--mockup-border-focus);
}

.preview-close,
.preview-zoom {
  position: absolute;
  top: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  cursor: pointer;
}

.preview-close {
  right: 12px;
}

.preview-zoom {
  top: 62px;
  right: 12px;
}

.preview-close svg,
.preview-zoom svg {
  width: 28px;
  height: 28px;
  stroke-width: 2.1;
}

.preview-close:hover,
.preview-close:focus-visible,
.preview-zoom:hover,
.preview-zoom:focus-visible,
.preview-zoom[aria-pressed="true"] {
  outline: 1px solid var(--line-strong);
  color: var(--red);
}

.preview-stage {
  grid-area: 1 / 1;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 4px 0 0;
  overflow: hidden;
  touch-action: none;
}

.preview-stage .product-media {
  width: 100%;
  padding: 0;
  transform-origin: center center;
  transition: transform 160ms ease;
  will-change: transform;
}

.is-preview-zoomed .preview-stage {
  cursor: grab;
}

.is-preview-zoomed .preview-stage.is-dragging {
  cursor: grabbing;
}

.is-preview-zoomed .preview-stage .product-media {
  width: 200%;
  transition: none;
}

.is-preview-zoomed .preview-stage .tee {
  width: min(100%, 1200px);
}

.preview-stage .tee {
  width: min(100%, 600px);
  filter: var(--tee-backlight-strong);
}

.preview-info {
  grid-area: 1 / 1;
  align-self: end;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 72px 48px 10px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72) 72%, rgba(0, 0, 0, 0.88));
  pointer-events: none;
  text-align: center;
}

.preview-info h2,
.preview-info p {
  margin: 0;
  font-family: var(--product-font);
  font-weight: 700;
  text-transform: uppercase;
}

.preview-info h2 {
  color: #fff;
  font-size: clamp(1.18rem, 4.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0.055em;
}

.preview-info p {
  color: var(--red);
  font-size: clamp(1rem, 3.6vw, 1.42rem);
  line-height: 1;
  letter-spacing: 0.035em;
}

.cart-toast {
  position: fixed;
  left: 50%;
  bottom: clamp(18px, 5vw, 34px);
  z-index: 50;
  max-width: min(420px, calc(100vw - 28px));
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  flex-wrap: wrap;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(10, 10, 10, 0.94);
  color: #fff;
  padding: 12px 18px;
  font-family: var(--product-font);
  font-size: clamp(0.92rem, 3.4vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.46);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cart-toast-product {
  color: var(--red);
}

.load-more-wrap {
  padding: 28px clamp(20px, 6vw, 48px) 0;
}

.product-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 48px 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #aaa;
  font-family: var(--product-font);
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.load-more {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid var(--red);
  border-radius: 7px;
  background: transparent;
  color: var(--red);
  font-family: var(--product-font);
  text-transform: uppercase;
  font-size: clamp(0.92rem, 2.8vw, 1.12rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.load-more:hover,
.load-more:focus-visible {
  background: rgba(204, 0, 0, 0.1);
  outline: 0;
}

.load-more:disabled {
  opacity: 0.45;
  cursor: default;
}

.new-drop-page {
  padding-top: clamp(20px, 4vw, 38px);
}

.new-drop-head {
  display: grid;
  gap: 8px;
  margin-bottom: clamp(18px, 4vw, 28px);
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(16px, 3vw, 24px);
}

.new-drop-head h1 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(2rem, 7vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.new-drop-head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 2.8vw, 1.08rem);
  line-height: 1.55;
}

.new-drop-all-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.new-drop-page-body .load-more-wrap[hidden] {
  display: none;
}

.product-detail-page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(18px, 4vw, 34px) clamp(12px, 3vw, 28px) clamp(54px, 8vw, 96px);
}

.product-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(14px, 3vw, 24px);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.product-detail-breadcrumb a:hover,
.product-detail-breadcrumb a:focus-visible {
  color: var(--red);
  outline: 0;
}

.product-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: start;
}

.product-detail-gallery,
.product-detail-info {
  min-width: 0;
}

.product-detail-media {
  position: relative;
  min-height: clamp(430px, 54vw, 680px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--mockup-border);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #0b0b0b;
  background-size: auto, 14px 14px, 14px 14px, auto;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.82);
  padding: clamp(20px, 5vw, 48px);
}

.product-detail-media:focus-within {
  border-color: var(--mockup-border-focus);
}

.product-detail-image-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  max-width: calc(100% - 86px);
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: var(--red);
  color: #ffffff;
  padding: 0 14px;
  font-family: var(--product-font);
  font-size: clamp(0.68rem, 1.7vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
}

.product-detail-image-badge-art {
  width: min(220px, 40%);
  min-height: 0;
  height: auto;
  display: block;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.55));
}

.product-detail-zoom-button {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.34);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(2px);
}

.product-detail-zoom-button svg {
  width: 27px;
  height: 27px;
  stroke-width: 2.1;
}

.product-detail-zoom-button:hover,
.product-detail-zoom-button:focus-visible {
  border-color: var(--line-strong);
  color: var(--red);
  outline: 0;
}

.product-detail-tee {
  width: min(100%, 620px);
  filter: var(--tee-backlight-strong);
}

.product-preview-modal .preview-panel {
  width: min(860px, 100%);
}

.product-preview-modal .preview-stage .product-detail-preview-media {
  display: grid;
  place-items: center;
}

.product-preview-modal .preview-stage .product-detail-tee {
  width: min(100%, 680px);
}

.product-preview-modal.is-preview-zoomed .preview-stage .product-detail-preview-media {
  width: 200%;
  transition: none;
}

.product-preview-modal.is-preview-zoomed .preview-stage .product-detail-tee {
  width: min(100%, 1200px);
}

.product-detail-loading,
.product-detail-error {
  margin: 0;
  color: #aaa;
  font-family: var(--product-font);
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.product-detail-info {
  display: grid;
  gap: 14px;
}

.product-detail-info h1 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(2.35rem, 7vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.product-detail-artist {
  margin: 0;
  color: #bcbcbc;
  font-size: 0.98rem;
  line-height: 1.4;
}

.product-detail-artist a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.product-detail-artist a:hover,
.product-detail-artist a:focus-visible {
  color: var(--red);
  outline: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-detail-price {
  color: var(--red);
  font-family: var(--product-font);
  font-size: clamp(1.68rem, 5vw, 3.1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
}

.product-detail-description {
  max-width: 66ch;
  margin: 0;
  color: #c9c9c9;
  font-size: 0.98rem;
  line-height: 1.68;
}

.product-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-badges span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: #f1f1f1;
  padding: 0 10px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-badges .product-detail-set-badge {
  border-color: rgba(204, 0, 0, 0.7);
  background: rgba(204, 0, 0, 0.14);
  color: #ffffff;
}

.product-buy-box {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}

.product-size-fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.product-size-fieldset legend {
  margin-bottom: 9px;
  color: var(--muted);
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-size-options {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}

.product-size-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.product-size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-size-option span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #101010;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.product-size-option:hover span,
.product-size-option input:focus-visible + span,
.product-size-option input:checked + span {
  border-color: var(--line-strong);
  background: var(--red);
}

.product-detail-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: stretch;
}

.product-add-cart,
.product-wishlist-action {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #101010;
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.product-add-cart {
  border-color: var(--red);
  background: var(--red);
  padding: 0 18px;
}

.product-wishlist-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
}

.product-wishlist-action svg {
  width: 22px;
  height: 22px;
}

.product-wishlist-action svg {
  stroke-width: 2.1;
}

.product-add-cart:hover,
.product-add-cart:focus-visible,
.product-wishlist-action:hover,
.product-wishlist-action:focus-visible,
.product-wishlist-action.is-active {
  outline: 0;
  border-color: var(--line-strong);
  color: #fff;
  background: var(--red-dark);
}

.product-add-cart:disabled {
  cursor: wait;
  opacity: 0.7;
}

.product-share-box {
  display: grid;
  gap: 10px;
  margin-top: -2px;
  padding-top: 4px;
}

.product-share-title {
  margin: 0;
  color: var(--muted);
  font-family: var(--product-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.product-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.product-share-button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #101010;
  color: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.product-share-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.product-share-facebook svg,
.product-share-pinterest svg,
.product-share-x svg {
  fill: currentColor;
  stroke: none;
}

.product-share-native svg {
  stroke-width: 2;
}

.product-share-button:hover,
.product-share-button:focus-visible {
  transform: translateY(-2px);
  outline: 0;
  border-color: var(--line-strong);
  color: #fff;
  background: var(--red-dark);
}

.product-share-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.product-share-status {
  margin: 0;
  color: #d7d7d7;
  font-size: 0.82rem;
  line-height: 1.35;
}

.product-share-status:empty {
  display: none;
}

.product-detail-status {
  min-height: 22px;
  color: #d7d7d7;
  font-size: 0.9rem;
  line-height: 1.45;
}

.product-detail-panels {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.product-detail-panels section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.product-detail-panels h2 {
  margin: 0 0 6px;
  color: #fff;
  font-family: var(--product-font);
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-panels p,
.product-review p {
  margin: 0;
  color: #bdbdbd;
  font-size: 0.95rem;
  line-height: 1.55;
}

.product-review {
  display: grid;
  gap: 4px;
}

.product-review + .product-review {
  margin-top: 12px;
}

.product-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-review strong {
  color: #fff;
}

.product-review-head span {
  color: var(--red);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.product-review h3 {
  margin: 0;
  color: #f3f3f3;
  font-size: 0.98rem;
  line-height: 1.25;
}

.product-review-form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.product-review-form[hidden] {
  display: none;
}

.product-review-form label {
  display: grid;
  gap: 6px;
}

.product-review-form span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-review-form input,
.product-review-form select,
.product-review-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #101010;
  color: #fff;
  padding: 11px 12px;
  font: inherit;
}

.product-review-form textarea {
  resize: vertical;
}

.product-review-submit {
  min-height: 44px;
  border: 1px solid var(--red);
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.product-review-submit:hover,
.product-review-submit:focus-visible {
  outline: 0;
  background: var(--red-dark);
}

.product-review-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.product-review-status {
  min-height: 22px;
  margin-top: 10px !important;
}

.product-review-status.is-success {
  color: #8fd79b;
}

.product-review-status.is-error {
  color: #ffb5b5;
}

.product-related {
  margin-top: clamp(34px, 7vw, 70px);
}

.product-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
}

.product-related-card {
  min-width: 0;
}

.product-related-grid .product-link {
  min-height: clamp(280px, 26vw, 365px);
}

.product-related-grid .product-media {
  padding: clamp(24px, 3vw, 34px) clamp(6px, 1.5vw, 14px) 2px;
}

.product-related-grid .tee {
  width: min(100%, 245px);
}

.product-related-grid .product-meta {
  min-height: 78px;
  padding: 0 8px 14px;
}

.product-related-grid .product-title {
  font-size: clamp(0.92rem, 1.42vw, 1.18rem);
}

.product-related-grid .price {
  font-size: clamp(0.94rem, 1.35vw, 1.1rem);
}

.cart-page-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(18px, 4vw, 36px) clamp(12px, 3vw, 28px) clamp(54px, 8vw, 96px);
}

.cart-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(18px, 4vw, 30px);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.cart-kicker {
  margin: 0 0 7px;
  color: var(--red);
  font-family: var(--product-font);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-head h1 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(2.15rem, 7vw, 5rem);
  line-height: 1.12;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cart-continue-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #fff;
  padding: 0 14px;
  font-family: var(--product-font);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-continue-link:hover,
.cart-continue-link:focus-visible {
  border-color: var(--line-strong);
  outline: 0;
  background: rgba(255, 255, 255, 0.04);
}

.checkout-head-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
  gap: clamp(14px, 3vw, 24px);
}

.cart-items-panel,
.cart-summary,
.cart-empty,
.cart-error,
.cart-loading {
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #0b0b0b;
  background-size: auto, 14px 14px, 14px 14px, auto;
}

.cart-list-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 clamp(14px, 3vw, 20px);
  border-bottom: 1px solid var(--line);
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-clear,
.cart-remove {
  border: 0;
  background: transparent;
  color: #aaa;
  cursor: pointer;
  font-family: var(--product-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-clear:hover,
.cart-remove:hover,
.cart-clear:focus-visible,
.cart-remove:focus-visible {
  color: var(--red);
  outline: 0;
}

.cart-clear:disabled,
.cart-remove:disabled {
  color: #555;
  cursor: default;
}

.cart-list {
  display: grid;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(116px, 160px) minmax(0, 1fr) auto;
  gap: clamp(12px, 3vw, 18px);
  align-items: center;
  min-height: 178px;
  padding: clamp(12px, 3vw, 18px);
  border-bottom: 1px solid var(--line);
}

.cart-item:last-child {
  border-bottom: 0;
}

.cart-item-media {
  display: grid;
  place-items: center;
  min-width: 0;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.28);
}

.cart-tee {
  width: min(100%, 150px);
}

.cart-item-info {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.cart-item-label,
.cart-item-artist {
  margin: 0;
  color: #9f9f9f;
  font-size: 0.82rem;
  line-height: 1.35;
}

.cart-item-label {
  color: var(--red);
  font-family: var(--product-font);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-item-info h2 {
  margin: 5px 0 4px;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.18rem, 3vw, 1.7rem);
  line-height: 1.1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  color: #aaa;
  font-size: 0.88rem;
}

.cart-item-meta span:first-child {
  color: var(--red);
  font-family: var(--product-font);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cart-item-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.cart-quantity {
  width: 126px;
  min-height: 42px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}

.cart-quantity button {
  width: 40px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
}

.cart-quantity output {
  min-width: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.cart-quantity button:hover,
.cart-quantity button:focus-visible {
  background: rgba(204, 0, 0, 0.16);
  outline: 0;
}

.cart-quantity button:disabled {
  color: #555;
  cursor: default;
}

.cart-summary {
  position: sticky;
  top: 158px;
  display: grid;
  gap: 16px;
  padding: clamp(16px, 3vw, 22px);
}

.cart-summary h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.12;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cart-totals {
  display: grid;
  gap: 10px;
  margin: 0;
}

.cart-totals div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: #aaa;
}

.cart-totals dt,
.cart-totals dd {
  margin: 0;
}

.cart-totals dd {
  color: #fff;
  text-align: right;
}

.cart-total-row {
  margin-top: 5px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-family: var(--product-font);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cart-total-row dd {
  color: var(--red);
}

.cart-checkout {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--red);
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  padding: 0 16px;
  font-family: var(--product-font);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-checkout:hover,
.cart-checkout:focus-visible {
  background: var(--red-dark);
  outline: 0;
}

.cart-checkout:disabled {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.06);
  color: #777;
  cursor: default;
}

.wishlist-shop-link {
  text-decoration: none;
}

.wishlist-item .cart-item-actions {
  align-self: stretch;
  align-content: center;
}

.wishlist-action-stack {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.wishlist-cart-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--red);
  border-radius: 7px;
  background: transparent;
  color: var(--red);
  padding: 0 12px;
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.wishlist-cart-button svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.1;
}

.wishlist-cart-button:hover,
.wishlist-cart-button:focus-visible {
  outline: 0;
  background: var(--red);
  color: #fff;
}

.wishlist-size-picker {
  width: min(220px, 100%);
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(8, 8, 8, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

.wishlist-size-picker[hidden] {
  display: none;
}

.wishlist-size-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.wishlist-size-option {
  min-width: 0;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

.wishlist-size-option:hover,
.wishlist-size-option:focus-visible {
  outline: 0;
  border-color: var(--line-strong);
  background: var(--red);
}

.wishlist-size-option:disabled {
  cursor: wait;
  opacity: 0.68;
}

.checkout-privacy-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #cfcfcf;
  font-size: 0.9rem;
  line-height: 1.35;
}

.checkout-privacy-check input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.checkout-privacy-check:has(input:focus-visible) {
  color: #fff;
}

.checkout-account-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0 12px;
  cursor: pointer;
}

.checkout-account-check input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0;
  accent-color: var(--red);
}

.checkout-account-check span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.checkout-account-check:has(input:checked) {
  border-color: rgba(204, 0, 0, 0.8);
  background: rgba(204, 0, 0, 0.1);
}

.checkout-account-check:has(input:focus-visible) {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.14);
}

.checkout-billing-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  border: 1px solid rgba(204, 0, 0, 0.55);
  border-radius: 7px;
  background: rgba(204, 0, 0, 0.055);
  padding: 16px;
}

.checkout-billing-fields[hidden] {
  display: none;
}

.checkout-billing-fields legend {
  padding: 0 8px;
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-billing-fields .cart-checkout-wide {
  grid-column: 1 / -1;
}

.checkout-field-hint,
.checkout-payment-note {
  margin: 0;
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.has-locality-suggestions {
  position: relative;
}

.address-locality-suggestions {
  position: absolute;
  z-index: 80;
  top: calc(100% - 2px);
  right: 0;
  left: 0;
  max-height: 240px;
  overflow-y: auto;
  padding: 5px;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.48);
}

.address-locality-suggestions button {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #eee;
  font: 500 0.78rem/1.3 Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.address-locality-suggestions button:hover,
.address-locality-suggestions button:focus-visible {
  outline: none;
  background: #2a1010;
  color: #fff;
}

.checkout-payment-note {
  border-left: 2px solid rgba(204, 0, 0, 0.82);
  padding-left: 10px;
}

.cart-summary-note,
.cart-service-list {
  margin: 0;
  color: #aaa;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cart-summary-note[data-state="error"] {
  color: #ffb4b4;
}

.cart-summary-note[data-state="success"] {
  color: #c8f0c8;
}

.cart-summary-note:empty {
  display: none;
}

.cart-service-list {
  display: grid;
  gap: 8px;
  padding-left: 18px;
}

.checkout-confirmation {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  min-width: 0;
}

.checkout-confirmation-head {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.checkout-confirmation-head h2,
.checkout-order-card h3 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  line-height: 1.12;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.checkout-confirmation-head h2 {
  font-size: clamp(1.9rem, 5vw, 3.4rem);
}

.checkout-confirmation-head p {
  margin: 0;
  color: #cfcfcf;
  line-height: 1.5;
}

.checkout-order-code,
.checkout-order-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #0b0b0b;
  background-size: 14px 14px, 14px 14px, auto;
}

.checkout-order-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
}

.checkout-order-code span,
.checkout-order-details dt {
  color: #aaa;
  font-family: var(--product-font);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-order-code strong {
  color: var(--red);
  font-family: var(--product-font);
  font-size: clamp(1.15rem, 4vw, 1.85rem);
  letter-spacing: 0.08em;
}

.checkout-confirmation-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.12);
}

.checkout-confirmation-facts div {
  min-width: 0;
  background: #0b0b0b;
  padding: 13px 14px;
}

.checkout-confirmation-facts dt {
  margin: 0 0 5px;
  color: #aaa;
  font-family: var(--product-font);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-confirmation-facts dd {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.checkout-confirmation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 14px;
}

.checkout-order-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: clamp(16px, 3vw, 22px);
}

.checkout-order-card:first-child {
  grid-row: span 2;
}

.checkout-order-card h3 {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
}

.checkout-order-list {
  display: grid;
  gap: 10px;
}

.checkout-order-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.checkout-order-item img {
  width: 58px;
  aspect-ratio: 1;
  object-fit: contain;
}

.checkout-order-item strong {
  display: block;
  color: #fff;
  font-family: var(--product-font);
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

.checkout-order-item span,
.checkout-order-item em {
  color: #aaa;
  font-style: normal;
  line-height: 1.35;
}

.checkout-order-item em {
  color: #fff;
  text-align: right;
}

.checkout-order-totals {
  margin-top: 4px;
}

.checkout-order-details {
  display: grid;
  gap: 12px;
  margin: 0;
}

.checkout-order-details div {
  display: grid;
  gap: 4px;
}

.checkout-order-details dd {
  margin: 0;
  color: #fff;
  line-height: 1.4;
  white-space: pre-line;
}

.checkout-confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkout-confirmation-loading {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: clamp(18px, 4vw, 28px);
}

.cart-empty,
.cart-error,
.cart-loading {
  margin: 0;
  padding: clamp(34px, 7vw, 58px) clamp(16px, 5vw, 28px);
  text-align: center;
}

.cart-empty h1,
.cart-empty h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.5rem, 5vw, 2.3rem);
  line-height: 1.12;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cart-empty p,
.cart-error,
.cart-loading {
  color: #aaa;
  line-height: 1.5;
}

.cart-empty p {
  max-width: 420px;
  margin: 10px auto 18px;
}

.cart-empty a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  border-radius: 7px;
  color: var(--red);
  padding: 0 16px;
  font-family: var(--product-font);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-checkout-panel {
  margin-top: clamp(14px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #0b0b0b;
  background-size: 14px 14px, 14px 14px, auto;
  padding: clamp(16px, 3vw, 22px);
}

.cart-layout > .cart-checkout-panel {
  margin-top: 0;
}

.cart-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.cart-panel-head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.35rem, 3vw, 2.05rem);
  line-height: 1.12;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cart-checkout-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cart-checkout-form label {
  display: grid;
  gap: 7px;
  color: #d8d8d8;
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-choice-group {
  display: grid;
  gap: 9px;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.checkout-choice-group legend {
  margin-bottom: 7px;
  padding: 0;
  color: #d8d8d8;
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-checkout-form .checkout-radio-card {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0 12px;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.checkout-radio-card input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  accent-color: var(--red);
}

.checkout-radio-card span {
  min-width: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.checkout-radio-card:has(input:checked) {
  border-color: rgba(204, 0, 0, 0.8);
  background: rgba(204, 0, 0, 0.1);
}

.checkout-radio-card:has(input:focus-visible) {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.14);
}

.cart-checkout-form input,
.cart-checkout-form select,
.cart-checkout-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  padding: 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  outline: 0;
  text-transform: none;
}

.cart-checkout-form input,
.cart-checkout-form select {
  min-height: 48px;
}

.cart-checkout-form textarea {
  min-height: 86px;
  padding-top: 12px;
  resize: vertical;
}

.cart-checkout-form select {
  background-color: #101010;
  color-scheme: dark;
}

.cart-checkout-form input:focus,
.cart-checkout-form select:focus,
.cart-checkout-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.14);
}

.cart-checkout-form :disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.checkout-choice-group:disabled .checkout-radio-card {
  cursor: not-allowed;
}

.cart-checkout-wide {
  grid-column: span 2;
}

.checkout-easybox-picker {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(204, 0, 0, 0.48);
  border-radius: 7px;
  background: rgba(204, 0, 0, 0.055);
  padding: 14px;
}

.checkout-easybox-picker[hidden] {
  display: none;
}

.checkout-easybox-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.checkout-easybox-head h3 {
  margin: 3px 0 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checkout-easybox-kicker {
  color: #aaa;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-easybox-head > strong {
  border: 1px solid rgba(66, 185, 95, 0.7);
  border-radius: 999px;
  color: #dfffe6;
  padding: 6px 9px;
  font-size: 0.76rem;
  line-height: 1;
}

.checkout-easybox-map-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkout-easybox-map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 1px solid var(--red);
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  padding: 0 16px;
  font-family: var(--product-font);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.checkout-easybox-map-button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.checkout-easybox-map-button:hover,
.checkout-easybox-map-button:focus-visible {
  border-color: #f12626;
  background: #e00000;
  outline: 0;
  transform: translateY(-1px);
}

.checkout-easybox-map-button:disabled {
  transform: none;
}

.checkout-easybox-map-status {
  min-width: 0;
  color: #bdbdbd;
  font-size: 0.82rem;
  line-height: 1.35;
}

.checkout-easybox-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8f8f8f;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checkout-easybox-divider::before,
.checkout-easybox-divider::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: var(--line);
}

.checkout-easybox-divider span {
  flex: 0 0 auto;
}

.checkout-easybox-results {
  display: grid;
  gap: 8px;
  max-height: 330px;
  overflow: auto;
  overscroll-behavior: contain;
}

.checkout-easybox-option {
  display: grid;
  gap: 4px;
  width: 100%;
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #101010;
  color: #fff;
  padding: 11px 12px;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.checkout-easybox-option:hover,
.checkout-easybox-option:focus-visible,
.checkout-easybox-option.is-selected {
  border-color: var(--red);
  background: rgba(204, 0, 0, 0.1);
  outline: 0;
}

.checkout-easybox-option strong {
  font-size: 0.96rem;
}

.checkout-easybox-option span,
.checkout-easybox-option small {
  color: #bdbdbd;
  font-size: 0.86rem;
  line-height: 1.35;
}

.checkout-mini-list {
  display: grid;
  gap: 10px;
}

.checkout-mini-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.checkout-mini-item span,
.checkout-mini-item em {
  color: #aaa;
  font-size: 0.88rem;
  font-style: normal;
}

.checkout-mini-item strong {
  min-width: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
}

.checkout-empty {
  padding: 24px 14px;
}

.checkout-page-empty {
  width: min(100%, 720px);
  min-height: clamp(300px, 52vh, 520px);
  display: grid;
  place-content: center;
  justify-items: center;
  margin: clamp(20px, 6vw, 64px) auto 0;
}

.product-page-unavailable {
  width: min(100%, 720px);
  min-height: clamp(320px, 54vh, 560px);
  display: grid;
  place-content: center;
  justify-items: center;
  margin: clamp(20px, 5vw, 52px) auto 0;
}

.content-page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(42px, 8vw, 86px) clamp(14px, 3vw, 28px) clamp(52px, 9vw, 104px);
}

.content-hero {
  max-width: 780px;
  padding: clamp(24px, 5vw, 44px) 0;
}

.content-kicker {
  margin: 0 0 10px;
  color: var(--red);
  font-family: var(--product-font);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(2rem, 8vw, 4.8rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.content-hero p:last-child {
  max-width: 620px;
  margin: 16px 0 0;
  color: #cfcfcf;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  line-height: 1.55;
}

.legal-page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(32px, 6vw, 70px) clamp(14px, 3vw, 28px) clamp(64px, 9vw, 112px);
}

.legal-hero {
  max-width: 920px;
  padding-bottom: clamp(28px, 5vw, 54px);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(2.15rem, 6.5vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.legal-hero > p:not(.content-kicker, .legal-updated) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #d0d0d0;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.65;
}

.legal-hero .legal-updated {
  margin: 16px 0 0;
  color: #858585;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(200px, 250px) minmax(0, 820px);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
  padding-top: clamp(30px, 5vw, 54px);
}

.legal-nav {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 2px;
  padding: 4px 0 4px 17px;
  border-left: 2px solid #3a3a3a;
}

.legal-nav strong {
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-nav a {
  padding: 7px 0;
  color: #929292;
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease;
}

.legal-nav a:hover,
.legal-nav a:focus-visible,
.legal-nav a[aria-current="page"] {
  color: #fff;
  outline: 0;
}

.legal-nav a[aria-current="page"] {
  font-weight: 800;
}

.legal-document {
  min-width: 0;
}

.legal-document section {
  position: relative;
  padding: 0 0 clamp(30px, 5vw, 48px);
}

.legal-document section + section {
  padding-top: clamp(30px, 5vw, 48px);
  border-top: 1px solid var(--line);
}

.legal-section-index {
  margin: 0 0 7px;
  color: var(--red);
  font-family: var(--product-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.legal-document h2 {
  margin: 0 0 17px;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.38rem, 3.2vw, 2.1rem);
  line-height: 1.16;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.legal-document p,
.legal-document li,
.legal-document dd {
  color: #c5c5c5;
  font-size: 0.98rem;
  line-height: 1.75;
}

.legal-document p {
  margin: 0 0 15px;
}

.legal-document p:last-child {
  margin-bottom: 0;
}

.legal-document ul,
.legal-document ol {
  display: grid;
  gap: 8px;
  margin: 0 0 17px;
  padding-left: 22px;
}

.legal-document strong {
  color: #f2f2f2;
}

.legal-document a {
  color: #fff;
  font-weight: 700;
  text-decoration-color: rgba(204, 0, 0, 0.8);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-document a:hover,
.legal-document a:focus-visible {
  color: #ff3030;
  outline: 0;
}

.legal-company-details,
.legal-purpose-list {
  display: grid;
  margin: 22px 0;
  border-top: 1px solid var(--line);
}

.legal-company-details > div,
.legal-purpose-list > div {
  display: grid;
  grid-template-columns: minmax(145px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.legal-company-details dt,
.legal-purpose-list dt {
  color: #858585;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.55;
  text-transform: uppercase;
}

.legal-company-details dd,
.legal-purpose-list dd {
  min-width: 0;
  margin: 0;
}

.legal-table-wrap {
  width: 100%;
  margin: 20px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
}

.legal-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #0f0f0f;
}

.legal-table th,
.legal-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: #c5c5c5;
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-table tbody tr:last-child td {
  border-bottom: 0;
}

.legal-table code {
  color: #fff;
  font-size: 0.86rem;
}

.legal-primary-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff !important;
  font-family: var(--product-font);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.legal-primary-link:hover,
.legal-primary-link:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #090909 !important;
}

.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.info-secondary-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid #484848;
  color: #fff !important;
  font-family: var(--product-font);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.info-secondary-link:hover,
.info-secondary-link:focus-visible {
  border-color: #fff;
  background: #151515;
}

.info-faq details {
  border-top: 1px solid var(--line);
}

.info-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.info-faq summary {
  position: relative;
  padding: 17px 42px 17px 0;
  color: #f2f2f2;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.5;
  list-style: none;
}

.info-faq summary::-webkit-details-marker {
  display: none;
}

.info-faq summary::after {
  content: "+";
  position: absolute;
  top: 13px;
  right: 3px;
  color: var(--red);
  font-family: var(--product-font);
  font-size: 1.55rem;
  line-height: 1;
}

.info-faq details[open] summary::after {
  content: "−";
}

.info-faq details > p {
  max-width: 720px;
  padding: 0 38px 18px 0;
}

.info-faq summary:focus-visible {
  color: #fff;
  outline: 1px solid var(--red);
  outline-offset: 4px;
}

.info-link-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.info-link-list > a {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: #fff;
  text-decoration: none;
}

.info-link-list > a strong {
  font-family: var(--product-font);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.info-link-list > a span {
  color: #a8a8a8;
  font-size: 0.92rem;
  line-height: 1.55;
}

.info-link-list > a:hover strong,
.info-link-list > a:focus-visible strong {
  color: #ff3030;
}

.info-link-list > a:focus-visible {
  outline: 1px solid var(--red);
  outline-offset: 4px;
}

.artists-page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) clamp(14px, 3vw, 28px) clamp(54px, 8vw, 92px);
}

.artists-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(18px, 4vw, 34px);
  padding-bottom: clamp(24px, 5vw, 44px);
  border-bottom: 1px solid var(--line);
}

.artists-hero h1,
.artists-section-head h2,
.artists-apply-copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  line-height: 1.12;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.artists-hero h1 {
  max-width: 880px;
  font-size: clamp(2.2rem, 7vw, 5.4rem);
}

.artists-hero p:last-child,
.artists-apply-copy p {
  max-width: 690px;
  margin: 18px 0 0;
  color: #cfcfcf;
  font-size: clamp(1rem, 2.3vw, 1.16rem);
  line-height: 1.55;
}

.artists-hero-actions {
  display: grid;
  gap: 10px;
  min-width: min(100%, 220px);
}

.artists-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #fff;
  padding: 0 14px;
  font-family: var(--product-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.artists-button-red {
  border-color: var(--red);
  background: var(--red);
}

.artists-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(18px, 4vw, 34px) 0;
}

.artists-steps article,
.artist-card,
.artists-apply {
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #0b0b0b;
  background-size: 14px 14px, 14px 14px, auto;
}

.artists-steps article {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(16px, 3vw, 22px);
}

.artists-steps span,
.artist-card span {
  color: var(--red);
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.artists-steps h2,
.artist-card h3 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.artists-steps h2 {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
}

.artists-steps p,
.artist-card p {
  margin: 0;
  color: #aaa;
  line-height: 1.45;
}

.artists-showcase {
  margin: clamp(28px, 6vw, 54px) 0;
}

.artists-section-head {
  margin-bottom: 16px;
}

.artists-section-head h2,
.artists-apply-copy h2 {
  font-size: clamp(1.7rem, 5vw, 3.3rem);
}

.artists-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.artist-card {
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.artist-card:hover,
.artist-card:focus-visible {
  border-color: rgba(204, 0, 0, 0.72);
  outline: 0;
}

.artist-card img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  background: #080808;
  border-bottom: 1px solid var(--line);
}

.artist-card div {
  display: grid;
  gap: 9px;
  padding: clamp(15px, 3vw, 20px);
}

.artist-card h3 {
  font-size: clamp(1.25rem, 3vw, 1.85rem);
}

.artist-card strong {
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artists-empty {
  grid-column: 1 / -1;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #0b0b0b;
  color: #cfcfcf;
  padding: clamp(16px, 3vw, 22px);
  line-height: 1.5;
}

.artists-apply {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(18px, 4vw, 34px);
  padding: clamp(18px, 4vw, 28px);
}

.artist-application-form {
  display: grid;
  gap: 15px;
}

.artists-account-note {
  align-content: center;
}

.artists-account-note h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.12;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.artists-account-note p {
  margin: 0;
  color: #cfcfcf;
  line-height: 1.5;
}

.artist-message-field {
  display: grid;
  gap: 7px;
  color: #dedede;
  font-family: var(--product-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artist-message-field textarea {
  width: 100%;
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  padding: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.45;
  outline: 0;
  resize: vertical;
  text-transform: none;
}

.artist-message-field textarea:focus {
  border-color: rgba(204, 0, 0, 0.75);
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.18);
}

.account-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) clamp(14px, 3vw, 28px) clamp(54px, 8vw, 92px);
}

.account-hero {
  max-width: 720px;
  margin-bottom: clamp(24px, 5vw, 42px);
}

.account-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(2.2rem, 8vw, 5rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.account-hero p:last-child {
  max-width: 580px;
  margin: 14px 0 0;
  color: #cfcfcf;
  font-size: clamp(1rem, 2.2vw, 1.16rem);
  line-height: 1.5;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 3vw, 24px);
  align-items: start;
}

.account-grid[hidden] {
  display: none;
}

.account-admin-state {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 clamp(18px, 4vw, 30px);
  border: 1px solid rgba(204, 0, 0, 0.46);
  border-radius: 7px;
  background: rgba(204, 0, 0, 0.08);
  padding: 14px clamp(14px, 3vw, 20px);
}

.account-admin-state[hidden] {
  display: none;
}

.account-state-label {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-admin-state strong {
  color: #fff;
}

.account-state-email {
  display: block;
  margin-top: 3px;
  color: #bdbdbd;
}

.account-state-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.account-state-actions a,
.account-state-actions button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  padding: 0 12px;
  font-family: var(--product-font);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.artist-profile-page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(28px, 6vw, 64px) clamp(14px, 3vw, 28px) clamp(54px, 8vw, 92px);
}

.artist-profile-hero {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(24px, 5vw, 44px);
}

.artist-profile-avatar {
  width: min(42vw, 180px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #080808;
}

.artist-profile-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.artist-profile-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(2.2rem, 7vw, 5.2rem);
  line-height: 1.08;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.artist-profile-hero p:last-of-type {
  max-width: 760px;
  margin: 16px 0 0;
  color: #cfcfcf;
  font-size: clamp(1rem, 2.3vw, 1.16rem);
  line-height: 1.6;
  white-space: pre-line;
}

.artist-profile-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.artist-profile-stats div {
  min-width: 132px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  padding: 12px 14px;
}

.artist-profile-stats dt {
  color: #aaa;
  font-family: var(--product-font);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artist-profile-stats dd {
  margin: 3px 0 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: 1.7rem;
  line-height: 1;
}

.artist-profile-products {
  margin-top: clamp(28px, 6vw, 54px);
}

.artist-product-card .product-link {
  min-height: clamp(300px, 47vw, 440px);
}

.account-state-actions a:hover,
.account-state-actions button:hover,
.account-state-actions a:focus-visible,
.account-state-actions button:focus-visible {
  border-color: var(--line-strong);
  outline: 0;
}

.account-tabs-shell {
  display: grid;
  gap: 14px;
}

.account-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.account-tab {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #d6d6d6;
  padding: 0 16px;
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.account-tab:hover,
.account-tab:focus-visible {
  border-color: var(--line-strong);
  color: #fff;
  outline: 0;
}

.account-tab.is-active {
  border-color: var(--red);
  background: rgba(204, 0, 0, 0.14);
  color: #fff;
}

.account-tab-panel:not(.is-active) {
  display: none;
}

.artist-tier-card {
  display: grid;
  gap: 18px;
  margin-bottom: 14px;
  border: 1px solid rgba(204, 0, 0, 0.52);
  border-radius: 7px;
  background: #0b0b0b;
  padding: clamp(18px, 4vw, 26px);
}

.artist-tier-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.artist-tier-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.artist-tier-heading > strong {
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

.artist-tier-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--line);
}

.artist-tier-metrics > div {
  min-width: 0;
  background: #090909;
  padding: 13px 14px;
}

.artist-tier-metrics span,
.artist-tier-metrics strong {
  display: block;
}

.artist-tier-metrics span {
  color: #999;
  font-family: var(--product-font);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artist-tier-metrics strong {
  margin-top: 5px;
  color: #fff;
  font-family: var(--product-font);
  font-size: 1.05rem;
  letter-spacing: 0.03em;
}

.artist-tier-progress {
  display: grid;
  gap: 9px;
}

.artist-tier-progress [role="progressbar"] {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #242424;
}

.artist-tier-progress [role="progressbar"] span {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--red);
  transition: width 220ms ease;
}

.artist-tier-progress p {
  margin: 0;
  color: #bdbdbd;
  line-height: 1.45;
}

.account-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 38%),
    #0b0b0b;
  padding: clamp(18px, 4vw, 28px);
}

.artist-bio-card {
  max-width: 860px;
}

.artist-bio-form {
  display: grid;
  gap: 16px;
}

.artist-bio-preview {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.artist-bio-preview img {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  display: block;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #080808;
}

.artist-bio-preview div {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.creator-price-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
}

.creator-price-total {
  display: grid;
  gap: 6px;
  min-height: 54px;
  border: 1px solid rgba(204, 0, 0, 0.45);
  border-radius: 7px;
  background: rgba(204, 0, 0, 0.08);
  padding: 10px 12px;
}

.creator-price-total span {
  color: #aaa;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.creator-price-total strong {
  color: #fff;
  font-family: var(--product-font);
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

.creator-price-total small {
  color: #d6d6d6;
  font-size: 0.82rem;
  line-height: 1.35;
}

.account-empty-card {
  max-width: 680px;
}

.account-orders-card {
  align-content: start;
}

.account-creations-card {
  align-content: start;
}

.account-orders-list {
  display: grid;
  gap: 14px;
}

.account-creations-list {
  display: grid;
  gap: 14px;
}

.account-order-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  padding: clamp(14px, 3vw, 18px);
}

.account-creation-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  padding: clamp(14px, 3vw, 18px);
}

.account-creation-image {
  width: 88px;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #050505;
}

.account-creation-main {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.account-order-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.account-creation-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.account-order-top h3 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.account-creation-top h3 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.05rem, 3vw, 1.45rem);
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.account-order-top p {
  margin: 6px 0 0;
  color: #aaa;
  font-size: 0.92rem;
}

.account-creation-top p {
  margin: 6px 0 0;
  color: #aaa;
  font-size: 0.9rem;
}

.account-order-status {
  flex: 0 0 auto;
  border: 1px solid rgba(204, 0, 0, 0.68);
  border-radius: 999px;
  color: #fff;
  padding: 7px 10px;
  font-size: 0.82rem;
  line-height: 1;
}

.account-creation-status {
  flex: 0 0 auto;
  border: 1px solid rgba(204, 0, 0, 0.68);
  border-radius: 999px;
  color: #fff;
  padding: 7px 10px;
  font-size: 0.78rem;
  line-height: 1;
  white-space: nowrap;
}

.account-creation-status-approved {
  border-color: rgba(63, 185, 92, 0.72);
  color: #d9ffe2;
}

.account-creation-status-pending {
  border-color: rgba(204, 0, 0, 0.68);
}

.account-creation-status-rejected {
  border-color: rgba(180, 180, 180, 0.42);
  color: #bdbdbd;
}

.account-order-products {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-order-product {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}

.account-order-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.account-order-product img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.account-order-product span {
  min-width: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
}

.account-order-product em {
  color: #aaa;
  font-size: 0.9rem;
  font-style: normal;
  white-space: nowrap;
}

.account-order-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.account-creation-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.account-order-meta div {
  min-width: 0;
}

.account-creation-meta div {
  min-width: 0;
}

.account-order-meta dt {
  color: var(--red);
  font-family: var(--product-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-creation-meta dt {
  color: var(--red);
  font-family: var(--product-font);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-order-meta dd {
  margin: 4px 0 0;
  color: #fff;
  overflow-wrap: anywhere;
}

.account-creation-meta dd {
  margin: 4px 0 0;
  color: #fff;
  overflow-wrap: anywhere;
}

.account-creation-delete {
  justify-self: start;
  min-height: 40px;
  border: 1px solid rgba(204, 0, 0, 0.68);
  border-radius: 7px;
  background: rgba(204, 0, 0, 0.1);
  color: #fff;
  padding: 0 14px;
  font-family: var(--product-font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.account-creation-delete:hover,
.account-creation-delete:focus-visible {
  border-color: var(--line-strong);
  background: rgba(204, 0, 0, 0.22);
  outline: 0;
}

.account-creation-delete:disabled {
  cursor: wait;
  opacity: 0.66;
}

.account-orders-retry {
  width: min(100%, 220px);
}

.account-creations-retry,
.account-creations-create {
  width: min(100%, 220px);
}

.account-profile-form,
.account-password-form {
  display: grid;
  gap: 15px;
}

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

.account-field-wide,
.account-form-actions,
.account-profile-form .account-status {
  grid-column: 1 / -1;
}

.account-form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.account-form-actions .account-submit,
.account-form-actions .account-secondary-button {
  width: auto;
  min-width: min(100%, 210px);
}

.account-secondary-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  padding: 0 15px;
  font-family: var(--product-font);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.account-secondary-button:hover,
.account-secondary-button:focus-visible {
  border-color: var(--line-strong);
  outline: 0;
}

.account-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 3vw, 20px);
}

.account-summary-grid article {
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 38%),
    #0b0b0b;
  padding: clamp(16px, 4vw, 24px);
}

.account-summary-grid span {
  color: var(--red);
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-summary-grid strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.account-summary-grid p {
  margin: 10px 0 0;
  color: #aaa;
  line-height: 1.45;
}

.creator-panel {
  margin: 0 0 clamp(22px, 5vw, 38px);
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 36%),
    #0b0b0b;
  padding: clamp(16px, 4vw, 26px);
}

.account-tab-panel .creator-panel {
  margin-bottom: 0;
}

.creator-panel[hidden] {
  display: none;
}

.creator-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.creator-head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.6rem, 5vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.creator-bg-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--red);
  border-radius: 7px;
  background: rgba(204, 0, 0, 0.08);
  color: #fff;
  padding: 0 13px;
  font-family: var(--product-font);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.creator-bg-link:hover,
.creator-bg-link:focus-visible {
  background: rgba(204, 0, 0, 0.18);
  outline: 0;
}

.creator-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(16px, 4vw, 30px);
  align-items: start;
}

.creator-form {
  display: grid;
  gap: 15px;
}

.creator-upload {
  display: grid;
  gap: 7px;
  color: #dedede;
  font-family: var(--product-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-upload input {
  width: 100%;
  min-height: 52px;
  border: 1px dashed var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #cfcfcf;
  padding: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
}

.creator-upload-note {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.creator-repair-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.78);
  padding: 18px;
}

.creator-repair-dialog {
  width: min(100%, 420px);
  display: grid;
  gap: 14px;
  border: 1px solid rgba(204, 0, 0, 0.55);
  border-radius: 8px;
  background: #0d0d0d;
  color: #ffffff;
  padding: 20px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.creator-repair-dialog strong {
  color: #ffffff;
  font-family: var(--product-font);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.creator-repair-dialog p {
  margin: 0;
  color: #dedede;
  font-size: 0.92rem;
  line-height: 1.45;
}

.creator-repair-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.creator-repair-actions .account-submit,
.creator-repair-cancel {
  width: auto;
  min-width: 92px;
}

.creator-repair-cancel {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  padding: 12px 18px;
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.creator-repair-cancel:hover,
.creator-repair-cancel:focus-visible {
  border-color: var(--line-strong);
}

.creator-tag-picker {
  display: grid;
  gap: 9px;
  color: #dedede;
  font-family: var(--product-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-tag-help {
  max-width: 68ch;
  margin: -2px 0 0;
  color: #aaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.creator-tag-count {
  color: #d9d9d9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.creator-tag-search {
  display: grid;
  gap: 7px;
  color: #cfcfcf;
  font-size: 0.78rem;
}

.creator-tag-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  padding: 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  outline: 0;
  text-transform: none;
}

.creator-tag-search input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.14);
}

.creator-tag-search input:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.creator-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 34px;
}

.creator-tag-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.creator-tag-suggestions:empty {
  display: none;
}

.creator-tag-suggestions button {
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #dcdcdc;
  padding: 0 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.creator-tag-suggestions button:hover,
.creator-tag-suggestions button:focus-visible {
  outline: 0;
  border-color: var(--line-strong);
  color: #fff;
}

.creator-tag-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(204, 0, 0, 0.7);
  border-radius: 999px;
  background: rgba(204, 0, 0, 0.12);
  color: #fff;
  padding: 0 10px;
  font-family: var(--product-font);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.creator-tag-chip strong {
  color: var(--red);
  font-size: 1rem;
  line-height: 1;
}

.creator-tag-chip:hover,
.creator-tag-chip:focus-visible {
  outline: 0;
  border-color: var(--line-strong);
  background: rgba(204, 0, 0, 0.2);
}

.creator-tag-empty {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: #8f8f8f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.bg-upload {
  min-height: 76px;
  border: 1px dashed var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  padding: 12px;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.bg-upload input {
  min-height: 42px;
  border: 0;
  background: transparent;
  padding: 6px 0 0;
}

.bg-upload:hover,
.bg-upload:focus-within {
  border-color: rgba(204, 0, 0, 0.72);
  background: rgba(204, 0, 0, 0.08);
}

.creator-controls {
  display: grid;
  gap: 12px;
}

.creator-controls label {
  display: grid;
  gap: 7px;
  color: #cfcfcf;
  font-family: var(--product-font);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-controls input {
  accent-color: var(--red);
}

.creator-control-field {
  display: grid;
  gap: 7px;
  color: #cfcfcf;
  font-family: var(--product-font);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-control-field span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.creator-control-field strong {
  color: var(--red);
}

.creator-control-field input {
  accent-color: var(--red);
}

.creator-nudge {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.creator-nudge button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.creator-reset-placement {
  min-height: 42px;
  width: 100%;
  border: 1px solid rgba(204, 0, 0, 0.62);
  border-radius: 7px;
  background: rgba(204, 0, 0, 0.08);
  color: #ffffff;
  font-family: var(--product-font);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.creator-reset-placement:hover,
.creator-reset-placement:focus-visible {
  border-color: var(--line-strong);
  background: rgba(204, 0, 0, 0.18);
  outline: 0;
}

.creator-guide {
  display: grid;
  gap: 16px;
  margin-top: clamp(18px, 4vw, 28px);
  border-top: 1px solid var(--line);
  padding-top: clamp(16px, 4vw, 24px);
}

.creator-guide h3,
.creator-guide h4,
.creator-guide ul {
  margin: 0;
}

.creator-guide h3 {
  color: #ffffff;
  font-family: var(--product-font);
  font-size: clamp(1.12rem, 3vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.creator-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
}

.creator-guide section {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.028);
  padding: 14px;
}

.creator-guide h4 {
  color: #ffffff;
  font-family: var(--product-font);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-guide ul {
  display: grid;
  gap: 9px;
  padding: 12px 0 0;
  list-style: none;
}

.creator-guide li {
  position: relative;
  color: #d7d7d7;
  padding-left: 15px;
  font-size: 0.9rem;
  line-height: 1.42;
}

.creator-guide li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.creator-guide strong {
  color: #ffffff;
}

.creator-guide kbd {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border: 1px solid var(--line);
  border-bottom-color: rgba(255, 255, 255, 0.34);
  border-radius: 5px;
  background: #101010;
  color: #ffffff;
  padding: 0 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.creator-preview {
  display: grid;
  place-items: center;
  min-width: 0;
  border: 1px solid var(--mockup-border);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #080808;
  background-size: 14px 14px, 14px 14px, auto;
  padding: clamp(12px, 4vw, 22px);
  transition: border-color 160ms ease;
}

.creator-preview:focus-within {
  border-color: var(--mockup-border-focus);
}

.creator-shirt {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1;
  filter: var(--tee-backlight-strong);
}

.creator-shirt > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.creator-print-area {
  position: absolute;
  top: 19%;
  left: 24%;
  width: 52%;
  height: 58%;
  border: 1px dashed rgba(204, 0, 0, 0.84);
  background: rgba(204, 0, 0, 0.05);
  overflow: hidden;
}

.creator-design-box {
  position: absolute;
  top: 48%;
  left: 50%;
  display: none;
  width: 52%;
  max-width: none;
  border: 1px solid rgba(255, 255, 255, 0.58);
  outline: 1px solid rgba(0, 0, 0, 0.72);
  transform: translate(-50%, -50%);
  cursor: grab;
  user-select: none;
  touch-action: none;
  will-change: left, top, width;
}

.creator-design-box.is-ready {
  display: block;
}

.creator-design-box.is-dragging {
  cursor: grabbing;
}

.creator-print-area img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.creator-design-handle {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(204, 0, 0, 0.94);
  padding: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.74);
  cursor: nwse-resize;
  touch-action: none;
}

.creator-design-handle-nw {
  top: -9px;
  left: -9px;
}

.creator-design-handle-ne {
  top: -9px;
  right: -9px;
  cursor: nesw-resize;
}

.creator-design-handle-se {
  right: -9px;
  bottom: -9px;
}

.creator-design-handle-sw {
  bottom: -9px;
  left: -9px;
  cursor: nesw-resize;
}

.account-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 38%),
    #0b0b0b;
  padding: clamp(18px, 4vw, 28px);
}

.account-panel-red {
  border-color: rgba(204, 0, 0, 0.38);
}

.password-reset-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: clamp(14px, 3vw, 24px);
  align-items: start;
}

.password-reset-panel[hidden] {
  display: none;
}

.password-reset-note {
  display: grid;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(204, 0, 0, 0.34);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(204, 0, 0, 0.13), transparent 42%),
    #0b0b0b;
  padding: clamp(18px, 4vw, 26px);
}

.password-reset-note h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.35rem, 4vw, 2.05rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.password-reset-note p {
  margin: 0;
  color: #aaa;
  line-height: 1.48;
}

.password-reset-note a {
  width: max-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #fff;
  padding: 0 13px;
  font-family: var(--product-font);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.password-reset-note a:hover,
.password-reset-note a:focus-visible {
  border-color: var(--line-strong);
  outline: 0;
}

.login-code-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(204, 0, 0, 0.36);
  border-radius: 7px;
  background: rgba(204, 0, 0, 0.08);
  padding: 13px;
}

.login-code-panel[hidden] {
  display: none;
}

.account-panel-head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.35rem, 4vw, 2.15rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.account-panel-head p {
  margin: 8px 0 0;
  color: #aaa;
  line-height: 1.45;
}

.account-field {
  display: grid;
  gap: 7px;
  color: #dedede;
  font-family: var(--product-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-field input,
.account-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  padding: 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  outline: 0;
  text-transform: none;
}

.account-field input {
  min-height: 52px;
}

.account-field textarea {
  min-height: 118px;
  padding-top: 14px;
  resize: vertical;
}

.account-field input:read-only,
.account-field textarea:read-only {
  color: #aaa;
  background: rgba(255, 255, 255, 0.018);
}

.account-field input:focus,
.account-field textarea:focus {
  border-color: rgba(204, 0, 0, 0.75);
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.18);
}

.account-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.account-row a {
  color: #d7d7d7;
  font-size: 0.9rem;
  text-decoration: none;
}

.account-row a:hover,
.account-row a:focus-visible {
  color: #fff;
}

.account-check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #cfcfcf;
  line-height: 1.35;
}

.account-check input {
  width: 17px;
  height: 17px;
  accent-color: var(--red);
}

.account-terms {
  align-items: flex-start;
}

.account-submit {
  min-height: 54px;
  border: 2px solid var(--red);
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  font-family: var(--product-font);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.account-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.account-link-button[hidden] {
  display: none;
}

.account-submit:hover,
.account-submit:focus-visible {
  background: #a90000;
  outline: 0;
}

.account-submit:disabled {
  opacity: 0.62;
  cursor: wait;
}

.account-status {
  min-height: 20px;
  margin: 0;
  color: #aaa;
  font-size: 0.92rem;
  line-height: 1.35;
}

.account-status.is-success {
  color: #fff;
}

.account-status.is-error {
  color: #ff6f6f;
}

.creator-save-feedback {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.creator-save-feedback .account-status {
  flex: 1 1 260px;
}

.creator-retry-button {
  min-height: 38px;
  border: 1px solid var(--red);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  padding: 0 14px;
  font-family: var(--product-font);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.creator-retry-button:hover,
.creator-retry-button:focus-visible {
  outline: 0;
  background: rgba(204, 0, 0, 0.16);
}

.creator-retry-button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.creator-retry-button[hidden] {
  display: none;
}

.bg-remover-dialog {
  width: min(1120px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #090909;
  color: #fff;
  padding: 0;
}

.bg-remover-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.bg-remover-panel {
  padding: clamp(16px, 3vw, 24px);
}

.bg-remover-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.bg-remover-head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.6rem, 5vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bg-icon-button {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.bg-icon-button:hover,
.bg-icon-button:focus-visible {
  border-color: var(--line-strong);
  outline: 0;
}

.bg-remover-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1.28fr);
  gap: clamp(14px, 3vw, 22px);
  align-items: stretch;
}

.bg-tools {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

.bg-upload.is-dragging {
  border-color: rgba(204, 0, 0, 0.78);
  background: rgba(204, 0, 0, 0.12);
  color: #fff;
}

.bg-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.bg-tool-grid button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  padding: 0 9px;
  font-family: var(--product-font);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.bg-tool-grid button:hover,
.bg-tool-grid button:focus-visible,
.bg-tool-grid button.is-active {
  border-color: var(--line-strong);
  outline: 0;
}

.bg-tool-grid button:disabled,
.bg-tools .account-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.bg-canvas-shell {
  position: relative;
  min-height: min(64vh, 620px);
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    #080808;
  background-size: 14px 14px, 14px 14px, auto;
  overflow: hidden;
}

.bg-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #777;
  font-family: var(--product-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.bg-canvas-wrap {
  position: relative;
  width: 100%;
  height: min(64vh, 620px);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background-color: #e5e5f7;
  background-image:
    linear-gradient(45deg, #cbd5e1 25%, transparent 25%),
    linear-gradient(-45deg, #cbd5e1 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #cbd5e1 75%),
    linear-gradient(-45deg, transparent 75%, #cbd5e1 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}

.bg-canvas-wrap[hidden] {
  display: none;
}

.bg-canvas-wrap.black-canvas {
  background: #000;
}

.bg-canvas-wrap.is-zoomed {
  align-items: flex-start;
  justify-content: flex-start;
}

.bg-canvas-wrap canvas {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: min(64vh, 620px);
  cursor: crosshair;
  touch-action: none;
}

.bg-lasso-overlay {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}

.bg-lasso-overlay[hidden] {
  display: none;
}

.bg-lasso-path {
  fill: rgba(204, 0, 0, 0.12);
  stroke: #CC0000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.9));
}

.bg-lasso-path:not(.is-closed) {
  fill: none;
}

.bg-lasso-path.is-reference {
  stroke-dasharray: 6 5;
}

.bg-loader {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.bg-loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border: 4px solid rgba(255, 255, 255, 0.24);
  border-top-color: var(--red);
  border-radius: 999px;
  animation: spin 0.8s linear infinite;
}

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

.site-footer {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 clamp(14px, 3vw, 28px) 38px;
  color: var(--muted);
  font-size: 0.86rem;
  letter-spacing: 0;
}

.footer-main {
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.footer-brand {
  max-width: 640px;
  margin-bottom: 30px;
}

.footer-brand img {
  display: block;
  width: min(250px, 62vw);
  height: auto;
}

.footer-intro {
  max-width: 560px;
  margin: 12px 0 0;
  color: #b9b9b9;
  line-height: 1.55;
}

.footer-col {
  min-width: 0;
}

.footer-title {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--product-font);
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.footer-list a,
.footer-contact a,
.footer-legal a {
  color: #cfcfcf;
  text-decoration: none;
}

.footer-list a:hover,
.footer-contact a:hover,
.footer-legal a:hover {
  color: #fff;
}

.footer-contact {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #cfcfcf;
  line-height: 1.45;
}

.footer-contact strong {
  color: #fff;
}

.footer-anpc {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.footer-anpc img {
  display: block;
  width: min(100%, 250px);
  height: auto;
  border-radius: 5px;
  background: #fff;
}

.footer-payment-trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.footer-payment-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.footer-payment-copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-payment-copy p {
  margin: 0;
  color: #a9a9a9;
  line-height: 1.5;
}

.footer-payment-badge {
  display: flex;
  flex: 0 1 326px;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 10px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.footer-payment-badge img {
  display: block;
  width: min(100%, 294px);
  height: auto;
}

.footer-payment-badge:hover,
.footer-payment-badge:focus-visible {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.72);
  transform: translateY(-1px);
}

.footer-payment-badge:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.footer-social {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 34px 0 18px;
  text-align: center;
}

.footer-social-copy {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.footer-social-copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--product-font);
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-social-copy p {
  margin: 0;
  color: #b9b9b9;
  font-size: 0.94rem;
  line-height: 1.5;
}

.footer-social-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social-button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.footer-social-button svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-facebook svg,
.footer-social-tiktok svg {
  fill: currentColor;
  stroke: none;
}

.footer-social-button:hover,
.footer-social-button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--red);
  color: #fff;
  background: rgba(204, 0, 0, 0.22);
}

.footer-social-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.78);
  outline-offset: 3px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #8d8d8d;
  font-size: 0.78rem;
}

.footer-legal {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (min-width: 760px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-link {
    min-height: 440px;
  }
}

@media (min-width: 1060px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .legal-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
    padding: 0 0 20px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .legal-nav strong {
    width: 100%;
    margin: 0 0 3px;
  }

  .legal-nav a {
    padding: 4px 0;
  }

  .main-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .search-row {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 14px;
  }

  .header-icons {
    grid-column: 2;
    grid-row: 1;
  }

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

  .cart-summary {
    position: static;
  }

  .checkout-confirmation-grid {
    grid-template-columns: 1fr;
  }

  .checkout-confirmation-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-order-card:first-child {
    grid-row: auto;
  }

  .cart-checkout-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-shell {
    grid-template-columns: 1fr;
  }

  .product-detail-media {
    min-height: clamp(380px, 74vw, 620px);
  }

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

@media (max-width: 620px) {
  .legal-page {
    padding-top: 28px;
  }

  .legal-hero h1 {
    font-size: clamp(2.05rem, 12vw, 3.2rem);
  }

  .legal-company-details > div,
  .legal-purpose-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .legal-document p,
  .legal-document li,
  .legal-document dd {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .info-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .info-actions .legal-primary-link,
  .info-actions .info-secondary-link {
    width: 100%;
  }

  .info-link-list > a {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .info-faq summary {
    padding-right: 34px;
  }

  .info-faq details > p {
    padding-right: 0;
  }

  .promo {
    min-height: 46px;
    justify-content: center;
    padding: 0 12px;
    font-size: 0.76rem;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .promo-track {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    animation: none;
    transform: none;
    will-change: auto;
  }

  .promo-track span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    opacity: 0;
    transform: translate3d(0, 4px, 0);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .promo-track span:first-child,
  .promo-track span.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .promo-track.is-rotating span:first-child:not(.is-active) {
    opacity: 0;
    transform: translate3d(0, -4px, 0);
  }

  .site-header {
    background: #050505;
    backdrop-filter: none;
  }

  .header-inner {
    padding-top: 18px;
  }

  .main-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
  }

  .search-row {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 14px;
  }

  .header-icons {
    grid-column: 2;
    grid-row: 1;
  }

  .icon-button {
    width: 34px;
    height: 34px;
  }

  .icon-button svg {
    width: 24px;
    height: 24px;
  }

  .logo-image {
    width: clamp(132px, 36vw, 190px);
    max-height: 44px;
  }

  .logo-menu-icon {
    width: 28px;
    height: 28px;
  }

  .header-icons {
    gap: 1px;
  }

  .search-row input {
    min-height: 52px;
    border-radius: 7px;
  }

  .site-search-transfer {
    min-height: 70px;
    padding: 11px 12px;
  }

  .site-search-transfer strong {
    font-size: 0.9rem;
  }

  .menu-panel nav {
    grid-template-columns: 1fr;
  }

  .cart-page-shell {
    padding-top: 16px;
  }

  .cart-head {
    display: grid;
    align-items: start;
  }

  .cart-continue-link {
    width: 100%;
  }

  .checkout-head-actions {
    width: 100%;
    justify-content: stretch;
  }

  .checkout-head-actions .cart-continue-link {
    flex: 1 1 160px;
  }

  .cart-list-head {
    min-height: 54px;
  }

  .cart-item {
    grid-template-columns: minmax(96px, 120px) minmax(0, 1fr);
    align-items: start;
  }

  .cart-item-media {
    align-self: stretch;
  }

  .cart-item-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: stretch;
  }

  .wishlist-action-stack {
    justify-items: start;
  }

  .wishlist-cart-button {
    min-width: 150px;
  }

  .cart-quantity {
    width: 132px;
  }

  .cart-summary {
    gap: 14px;
  }

  .checkout-order-code {
    display: grid;
  }

  .checkout-confirmation-facts {
    grid-template-columns: 1fr;
  }

  .checkout-order-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .checkout-order-item img {
    width: 48px;
  }

  .checkout-order-item em {
    grid-column: 2;
    text-align: left;
  }

  .cart-panel-head {
    display: grid;
    align-items: start;
  }

  .cart-checkout-form {
    grid-template-columns: 1fr;
  }

  .cart-checkout-wide {
    grid-column: auto;
  }

  .checkout-billing-fields {
    grid-template-columns: 1fr;
  }

  .checkout-billing-fields .cart-checkout-wide {
    grid-column: auto;
  }

  .checkout-easybox-map-actions {
    display: grid;
  }

  .checkout-easybox-map-button {
    width: 100%;
  }

  .product-detail-page {
    padding-top: 16px;
  }

  .product-detail-shell {
    gap: 20px;
  }

  .product-detail-media {
    min-height: min(118vw, 480px);
    padding: 14px 8px;
  }

  .product-detail-info h1 {
    font-size: clamp(2rem, 12vw, 3.55rem);
  }

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

  .product-detail-actions {
    grid-template-columns: 1fr;
  }

  .product-wishlist-action {
    width: 100%;
  }

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

  .product-related-media {
    min-height: 150px;
  }

  .tee-design,
  .tee-design-image,
  .badge-image {
    filter: none;
  }

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

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

  .password-reset-grid {
    grid-template-columns: 1fr;
  }

  .artists-hero,
  .artists-apply,
  .artist-profile-hero {
    grid-template-columns: 1fr;
  }

  .artist-profile-avatar {
    width: min(46vw, 150px);
  }

  .artists-hero-actions {
    width: 100%;
  }

  .artists-steps,
  .artists-grid {
    grid-template-columns: 1fr;
  }

  .account-admin-state {
    display: grid;
    align-items: start;
  }

  .account-tabs {
    margin-inline: -2px;
  }

  .account-profile-form {
    grid-template-columns: 1fr;
  }

  .creator-price-split {
    grid-template-columns: 1fr;
  }

  .artist-tier-heading {
    display: grid;
    align-items: start;
  }

  .artist-tier-heading > strong {
    text-align: left;
  }

  .artist-tier-metrics {
    grid-template-columns: 1fr;
  }

  .account-form-actions {
    display: grid;
  }

  .account-form-actions .account-submit,
  .account-form-actions .account-secondary-button {
    width: 100%;
  }

  .account-order-top,
  .account-order-product,
  .account-creation-card,
  .account-creation-top {
    grid-template-columns: 1fr;
    display: grid;
  }

  .account-order-status,
  .account-creation-status {
    width: max-content;
  }

  .account-creation-image {
    width: 76px;
  }

  .account-order-product {
    justify-items: start;
  }

  .account-order-product em {
    white-space: normal;
  }

  .account-order-meta,
  .account-creation-meta {
    grid-template-columns: 1fr;
  }

  .account-summary-grid {
    grid-template-columns: 1fr;
  }

  .creator-head,
  .creator-layout {
    display: grid;
  }

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

  .creator-guide-grid {
    grid-template-columns: 1fr;
  }

  .bg-remover-layout {
    grid-template-columns: 1fr;
  }

  .bg-canvas-shell,
  .bg-canvas-wrap {
    min-height: 340px;
  }

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

  .product-tools {
    padding: 0 2px;
  }

  .product-link {
    min-height: clamp(286px, 80vw, 370px);
  }

  .product-media {
    padding-top: 38px;
  }

  .product-meta {
    min-height: 76px;
    padding-bottom: 14px;
  }

  .heart-button,
  .preview-button,
  .add-cart-button {
    width: 38px;
    height: 38px;
  }

  .heart-button svg,
  .preview-button svg,
  .add-cart-button svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 410px) {
  .main-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px;
  }

  .header-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .icon-button {
    width: 30px;
    height: 30px;
  }

  .icon-button svg {
    width: 21px;
    height: 21px;
  }

  .header-icons {
    gap: 0;
  }

  .cart-count,
  .wishlist-count {
    min-width: 18px;
    height: 18px;
    font-size: 0.66rem;
  }

  .logo-image {
    width: clamp(116px, 40vw, 150px);
    max-height: 40px;
  }

  .logo {
    gap: 6px;
  }

  .logo-menu-icon {
    width: 24px;
    height: 24px;
  }

  .product-grid {
    gap: 8px;
  }

  .cart-list-head {
    display: grid;
    justify-items: start;
    gap: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cart-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .cart-tee {
    width: 96px;
  }

  .wishlist-item .cart-item-actions {
    align-items: start;
  }

  .wishlist-action-stack {
    width: min(210px, calc(100% - 72px));
  }

  .wishlist-cart-button,
  .wishlist-size-picker {
    width: 100%;
  }

  .cart-item-info h2 {
    font-size: 1.08rem;
  }

  .product-link {
    min-height: 282px;
  }

  .product-title {
    font-size: clamp(0.94rem, 4.2vw, 1.12rem);
  }

  .price {
    font-size: clamp(0.94rem, 4vw, 1.08rem);
  }

  .badge {
    max-width: calc(100% - 44px);
    padding-right: 14px;
    padding-left: 9px;
    min-height: 30px;
    top: 12px;
    font-size: 0.5rem;
  }

  .heart-button,
  .preview-button,
  .add-cart-button {
    width: 38px;
    height: 38px;
    right: 8px;
  }

  .preview-button {
    top: 58px;
  }

  .add-cart-button {
    top: 98px;
  }

  .size-picker {
    top: 92px;
    right: 48px;
    width: min(190px, calc(100% - 62px));
    padding: 8px;
  }

  .size-picker-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .size-option {
    min-height: 31px;
    font-size: 0.68rem;
  }

  .heart-button svg,
  .preview-button svg,
  .add-cart-button svg {
    width: 27px;
    height: 27px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .footer-payment-trust {
    display: grid;
  }

  .footer-payment-badge {
    width: min(100%, 326px);
  }
}

@media (max-width: 360px) {
  .logo-image {
    width: clamp(96px, 32vw, 116px);
    max-height: 40px;
  }

  .logo {
    gap: 4px;
  }

  .logo-menu-icon {
    width: 20px;
    height: 20px;
  }
}

.product-tools {
  display: none;
}

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

.chat-header-button,
.chat-fab {
  position: relative;
}

.chat-unread-count {
  position: absolute;
  top: -5px;
  right: -6px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border: 2px solid #0a0a0a;
  border-radius: 999px;
  background: #cc0000;
  color: #fff;
  font: 700 0.66rem/1 Arial, sans-serif;
}

.chat-widget {
  position: fixed;
  z-index: 180;
  left: max(16px, env(safe-area-inset-left));
  bottom: max(16px, env(safe-area-inset-bottom));
  pointer-events: none;
}

.admin-orders-notice {
  position: fixed;
  z-index: 175;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 40px auto minmax(28px, auto);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid rgba(204, 0, 0, 0.78);
  border-radius: 10px;
  background: rgba(13, 13, 13, 0.97);
  color: #fff;
  padding: 8px 10px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.62);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.admin-orders-notice[hidden] {
  display: none;
}

.admin-orders-notice:hover,
.admin-orders-notice:focus-visible {
  outline: 0;
  border-color: #f02b2b;
  background: #151515;
  transform: translateY(-2px);
}

.admin-orders-notice-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #cc0000;
}

.admin-orders-notice-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.admin-orders-notice-copy {
  display: grid;
  gap: 2px;
  min-width: 96px;
}

.admin-orders-notice-copy small {
  color: #929292;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.admin-orders-notice-copy strong {
  font-family: var(--product-font);
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.admin-orders-notice b {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #cc0000;
  color: #fff;
  padding: 0 7px;
  font: 800 0.78rem/1 Arial, sans-serif;
}

.admin-orders-notice.is-new {
  animation: admin-orders-notice-pulse 1.45s ease-in-out 3;
}

@keyframes admin-orders-notice-pulse {
  0%,
  100% {
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.62), 0 0 0 0 rgba(204, 0, 0, 0);
  }
  50% {
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.62), 0 0 0 9px rgba(204, 0, 0, 0.2);
  }
}

.chat-fab,
.chat-popup {
  pointer-events: auto;
}

.chat-fab {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid #e02222;
  border-radius: 50%;
  background: #cc0000;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease;
}

.chat-fab:hover,
.chat-fab:focus-visible {
  background: #e00000;
  transform: translateY(-2px);
}

.chat-fab svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.8;
}

.chat-widget.is-unread .chat-fab,
.chat-header-button.is-unread {
  animation: chat-unread-pulse 1.8s ease-in-out infinite;
}

@keyframes chat-unread-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(204, 0, 0, 0);
  }
  45% {
    box-shadow: 0 0 0 9px rgba(204, 0, 0, 0.22);
  }
}

.chat-popup {
  position: absolute;
  left: 0;
  bottom: 68px;
  display: flex;
  flex-direction: column;
  width: min(380px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 112px));
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #cac6c6;
  border-radius: 12px;
  background: #0d0d0d;
  color: #f5f5f5;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.72);
}

.chat-popup[hidden] {
  display: none;
}

.chat-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 68px;
  padding: 12px 14px;
  border-bottom: 1px solid #2b2b2b;
  background: #111;
}

.chat-popup-header > div:first-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.chat-popup-kicker {
  color: #e02a2a;
  font: 700 0.66rem/1.2 Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chat-popup-header strong {
  overflow: hidden;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-popup-header-actions {
  display: flex;
  gap: 6px;
}

.chat-popup-header-actions button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #343434;
  border-radius: 7px;
  background: #171717;
  color: #ddd;
  font-size: 1.35rem;
  cursor: pointer;
}

.chat-popup-header-actions button:hover,
.chat-popup-header-actions button:focus-visible {
  border-color: #cc0000;
  color: #fff;
}

.chat-popup-header-actions svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
}

.chat-popup-header-actions [data-chat-sound].is-muted {
  color: #777;
  text-decoration: line-through;
}

.chat-connection-status {
  min-height: 25px;
  margin: 0;
  padding: 6px 14px;
  border-bottom: 1px solid #222;
  color: #929292;
  background: #0a0a0a;
  font: 600 0.7rem/1.2 Arial, sans-serif;
}

.chat-connection-status.is-online {
  color: #8fd19e;
}

.chat-connection-status.is-error {
  color: #ff7777;
}

.chat-customer-view,
.chat-admin-view,
.chat-start-view,
.chat-thread-view,
.chat-history-view {
  min-height: 0;
  flex: 1;
}

.chat-customer-view,
.chat-admin-view,
.chat-thread-view,
.chat-history-view {
  display: flex;
  flex-direction: column;
}

.chat-start-view {
  overflow-y: auto;
  padding: 16px;
}

.chat-intro {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
}

.chat-intro strong {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.25rem;
}

.chat-intro p,
.chat-continue-form p,
.chat-history-empty p {
  margin: 0;
  color: #aaa;
  font: 400 0.82rem/1.5 Arial, sans-serif;
}

.chat-start-form,
.chat-guest-fields,
.chat-reply-form,
.chat-continue-form {
  display: grid;
  gap: 10px;
}

.chat-start-form label,
.chat-guest-fields label,
.chat-captcha label,
.chat-message-field,
.chat-reply-form label {
  display: grid;
  gap: 5px;
  color: #bbb;
  font: 700 0.7rem/1.2 Arial, sans-serif;
}

.chat-start-form input,
.chat-start-form textarea,
.chat-captcha input,
.chat-reply-form textarea,
.chat-continue-form textarea,
.chat-admin-summary input {
  width: 100%;
  border: 1px solid #353535;
  border-radius: 7px;
  outline: none;
  background: #151515;
  color: #fff;
  font: 400 0.84rem/1.45 Arial, sans-serif;
}

.chat-start-form input {
  min-height: 39px;
  padding: 8px 10px;
}

.chat-captcha {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #303030;
  border-radius: 8px;
  background: #101010;
}

.chat-captcha-heading,
.chat-captcha-challenge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-captcha-heading {
  justify-content: space-between;
  color: #ddd;
  font: 700 0.72rem/1.2 Arial, sans-serif;
}

.chat-captcha-heading button {
  padding: 4px 7px;
  border: 0;
  background: transparent;
  color: #ef5b5b;
  font: 700 0.7rem/1 Arial, sans-serif;
  cursor: pointer;
}

.chat-captcha-challenge img {
  width: 138px;
  height: 44px;
  border: 1px solid #363636;
  border-radius: 6px;
  object-fit: cover;
  user-select: none;
}

.chat-captcha-challenge label {
  min-width: 0;
  flex: 1;
}

.chat-captcha input {
  min-height: 39px;
  padding: 8px 10px;
  text-align: center;
}

.chat-captcha > small {
  color: #858585;
  font: 400 0.68rem/1.35 Arial, sans-serif;
}

.chat-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.chat-start-form textarea,
.chat-reply-form textarea,
.chat-continue-form textarea {
  resize: vertical;
  min-height: 66px;
  padding: 9px 10px;
}

.chat-start-form input:focus,
.chat-start-form textarea:focus,
.chat-captcha input:focus,
.chat-reply-form textarea:focus,
.chat-continue-form textarea:focus {
  border-color: #cc0000;
  box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.16);
}

.chat-primary-button {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #e02020;
  border-radius: 7px;
  background: #cc0000;
  color: #fff;
  font: 800 0.76rem/1 Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.chat-primary-button:hover,
.chat-primary-button:focus-visible {
  background: #e00000;
}

.chat-primary-button:disabled {
  border-color: #333;
  background: #252525;
  color: #777;
  cursor: not-allowed;
}

.chat-form-status {
  min-height: 18px;
  margin: 0;
  color: #aaa;
  font: 600 0.72rem/1.4 Arial, sans-serif;
}

.chat-form-status.is-error {
  color: #ff7878;
}

.chat-form-status.is-success {
  color: #8fd19e;
}

.chat-thread-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 43px;
  padding: 7px 10px;
  border-bottom: 1px solid #292929;
}

.chat-thread-toolbar button,
.chat-admin-mini-thread > button {
  padding: 6px 8px;
  border: 0;
  background: transparent;
  color: #ccc;
  font: 700 0.7rem/1.2 Arial, sans-serif;
  cursor: pointer;
}

.chat-thread-toolbar button:hover,
.chat-thread-toolbar button:focus-visible,
.chat-admin-mini-thread > button:hover,
.chat-admin-mini-thread > button:focus-visible {
  color: #fff;
}

.chat-thread-toolbar span {
  color: #e12a2a;
  font: 800 0.68rem/1.2 Arial, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chat-messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  min-height: 0;
  overflow-y: auto;
  padding: 12px;
  overscroll-behavior: contain;
}

.chat-message {
  display: grid;
  gap: 4px;
  align-self: flex-start;
  max-width: 88%;
}

.chat-message.is-customer {
  align-self: flex-end;
}

.chat-message p {
  margin: 0;
  padding: 9px 11px;
  border: 1px solid #303030;
  border-radius: 10px 10px 10px 3px;
  background: #191919;
  color: #eee;
  font: 400 0.82rem/1.45 Arial, sans-serif;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.chat-message.is-customer p {
  border-color: #9f1111;
  border-radius: 10px 10px 3px 10px;
  background: #741010;
  color: #fff;
}

.chat-message small {
  color: #777;
  font: 600 0.62rem/1.2 Arial, sans-serif;
}

.chat-message.is-customer small {
  text-align: right;
}

.chat-reply-form,
.chat-continue-form {
  padding: 10px;
  border-top: 1px solid #292929;
  background: #101010;
}

.chat-reply-form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.chat-reply-form small {
  color: #777;
  font: 600 0.65rem/1.2 Arial, sans-serif;
}

.chat-reply-form .chat-primary-button {
  min-height: 36px;
}

.chat-history-list,
.chat-admin-mini-list {
  display: grid;
  align-content: start;
  gap: 7px;
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.chat-history-item,
.chat-admin-thread-item {
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 10px;
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  background: #151515;
  color: #eee;
  text-align: left;
  cursor: pointer;
}

.chat-history-item:hover,
.chat-history-item:focus-visible,
.chat-admin-thread-item:hover,
.chat-admin-thread-item:focus-visible {
  border-color: #9e1717;
  background: #191919;
}

.chat-history-item > span,
.chat-admin-thread-item > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.chat-history-item p,
.chat-admin-thread-item p {
  margin: 0;
  overflow: hidden;
  color: #aaa;
  font: 400 0.75rem/1.4 Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-history-item small,
.chat-admin-thread-item small {
  color: #777;
  font: 600 0.64rem/1.2 Arial, sans-serif;
}

.chat-admin-thread-item small {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.chat-admin-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 2px 6px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 800 0.56rem/1 Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.chat-admin-status-badge.is-open {
  border-color: rgba(255, 209, 102, 0.5);
  background: rgba(255, 209, 102, 0.11);
  color: #ffd166;
}

.chat-admin-status-badge.is-offline {
  border-color: rgba(196, 181, 253, 0.48);
  background: rgba(139, 92, 246, 0.13);
  color: #c4b5fd;
}

.chat-admin-status-badge.is-assigned {
  border-color: rgba(134, 239, 172, 0.48);
  background: rgba(34, 197, 94, 0.12);
  color: #86efac;
}

.chat-admin-status-badge.is-closed {
  border-color: #b0a9a9;
  background: #000000;
  color: #ffffff;
}

.chat-history-item b,
.chat-admin-thread-item b {
  min-width: 18px;
  padding: 3px 5px;
  border-radius: 999px;
  background: #cc0000;
  font: 700 0.62rem/1 Arial, sans-serif;
  text-align: center;
}

.chat-admin-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #292929;
}

.chat-admin-summary a {
  color: #e22;
  font: 700 0.68rem/1.2 Arial, sans-serif;
  text-decoration: none;
}

.chat-admin-mini-thread {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.chat-admin-client {
  display: grid;
  gap: 3px;
  padding: 8px 12px;
  border-block: 1px solid #292929;
  color: #aaa;
  font: 600 0.7rem/1.35 Arial, sans-serif;
}

.chat-admin-client strong {
  color: #fff;
  font-size: 0.82rem;
}

.chat-admin-actions {
  display: flex;
  gap: 6px;
  padding: 8px 10px;
  border-top: 1px solid #292929;
}

.chat-admin-actions button {
  flex: 1;
  min-height: 34px;
  padding: 6px;
  border: 1px solid #3b3b3b;
  border-radius: 6px;
  background: #181818;
  color: #ddd;
  font: 700 0.66rem/1.2 Arial, sans-serif;
  cursor: pointer;
}

.chat-admin-actions button:first-child {
  border-color: #c22;
  background: #8c1010;
  color: #fff;
}

.chat-admin-actions button:hover,
.chat-admin-actions button:focus-visible {
  border-color: #e22;
  color: #fff;
}

.account-chat-history {
  display: grid;
  gap: 9px;
}

.account-chat-item {
  display: grid;
  gap: 7px;
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #303030;
  border-radius: 7px;
  background: #151515;
  color: #eee;
  text-align: left;
  cursor: pointer;
}

.account-chat-item:hover,
.account-chat-item:focus-visible {
  border-color: #b31a1a;
  background: #191919;
}

.account-chat-item > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.account-chat-item p,
.account-chat-item small {
  margin: 0;
}

.account-chat-item p {
  color: #aaa;
  font-size: 0.84rem;
  line-height: 1.45;
}

.account-chat-item small {
  color: #777;
  font-size: 0.7rem;
}

.account-chat-item b {
  color: #e02a2a;
  font-size: 0.7rem;
}

@media (prefers-reduced-motion: reduce) {
  .chat-widget.is-unread .chat-fab,
  .chat-header-button.is-unread {
    animation: none;
  }

  .admin-orders-notice.is-new {
    animation: none;
  }
}

@media (max-width: 620px) {
  .admin-orders-notice {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    grid-template-columns: 38px auto minmax(28px, auto);
    min-height: 54px;
    padding: 7px 9px;
  }

  .admin-orders-notice-icon {
    width: 38px;
    height: 38px;
  }

  .chat-widget {
    left: max(10px, env(safe-area-inset-left));
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  .chat-fab {
    width: 50px;
    height: 50px;
  }

  .chat-popup {
    position: fixed;
    inset: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom));
    width: auto;
    height: auto;
    min-height: 0;
    border-radius: 10px;
  }
}
