:root {
  --bg: #0b090a;
  --surface: #121011;
  --surface2: #181416;
  --line: #31272b;
  --line2: #231d20;
  --text: #f7f0ed;
  --muted: #a09296;
  --gold: #c7967c;
  --gold2: #efc5ad;
  --green: #9ec28d;
  --red: #d37c70;
  --r: 18px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.wrap {
  width: min(1420px, calc(100% - 64px));
  margin: auto;
}
.topbar {
  height: 35px;
  background: #111212;
  border-bottom: 1px solid #1e1e1d;
  color: #aaa;
  font-size: 11px;
}
.topbar .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-links {
  display: flex;
  gap: 22px;
}
.topbar a,
.nav a,
.footer a {
  color: inherit;
  text-decoration: none;
}
.header {
  position: sticky;
  top: 0;
  z-index: 15;
  background: rgba(8, 9, 9, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.nav {
  height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
}
.navlinks {
  display: flex;
  gap: 34px;
}
.navlinks a {
  color: #aaa;
  font-size: 12px;
  transition: 0.2s;
}
.navlinks a:hover,
.navlinks a.active {
  color: white;
}
.navlinks a.active:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: var(--gold);
  margin: 8px auto 0;
}
.actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}
.iconbtn {
  position: relative;
  border: 1px solid transparent;
  background: transparent;
  color: #ddd;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.2s;
  font-size: 16px;
}
.iconbtn:hover {
  border-color: #3a3731;
  background: #141414;
}
.count {
  position: absolute;
  right: 0;
  top: -2px;
  background: var(--gold);
  color: #111;
  font-size: 9px;
  font-weight: 700;
  min-width: 17px;
  height: 17px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  border: 2px solid var(--bg);
}
button {
  font: inherit;
}
.btn {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #111;
  padding: 13px 22px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.25s;
  text-transform: uppercase;
}
.btn:hover {
  background: var(--gold2);
  border-color: var(--gold2);
  transform: translateY(-1px);
}
.btn.ghost {
  background: transparent;
  color: #ddd;
  border-color: #3a3935;
}
.btn.ghost:hover {
  border-color: var(--gold);
  color: var(--gold2);
}
.eyebrow {
  color: var(--gold2);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow:before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.serif {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
}
.hero {
  min-height: 690px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #1b1c1b;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #080909 0%,
      rgba(8, 9, 9, 0.92) 25%,
      rgba(8, 9, 9, 0.26) 68%,
      rgba(8, 9, 9, 0.28)
    ),
    url("assets/noventra-hero.png") center/cover no-repeat;
}
.hero:after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(198, 161, 95, 0.12);
  border-radius: 50%;
  right: -420px;
  top: -450px;
  box-shadow: 0 0 80px rgba(198, 161, 95, 0.08);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 600px;
  padding: 90px 0;
}
.hero h1 {
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 25px 0 22px;
}
.hero h1 em {
  color: var(--gold2);
  font-weight: 500;
}
.hero p {
  color: #aaa;
  line-height: 1.8;
  max-width: 440px;
  font-size: 14px;
}
.hero-buttons {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.hero-meta {
  display: flex;
  gap: 38px;
  margin-top: 70px;
}
.hero-meta strong {
  display: block;
  font-size: 18px;
  color: #eee;
}
.hero-meta span {
  font-size: 10px;
  color: #777;
}
.section {
  padding: 100px 0;
}
.section.slim {
  padding: 70px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 35px;
}
.section-head h2 {
  font-size: 38px;
  margin: 12px 0 0;
  letter-spacing: -0.02em;
}
.section-head p {
  color: #888;
  max-width: 430px;
  line-height: 1.7;
}
.textlink {
  color: var(--gold2);
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.textlink:hover {
  color: #fff;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.cat-card {
  height: 175px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #151616, #0d0e0e);
  border: 1px solid var(--line2);
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.cat-card:hover {
  border-color: #68583a;
  transform: translateY(-4px);
}
.cat-card .visual {
  font-size: 55px;
  filter: grayscale(1);
  opacity: 0.75;
  position: absolute;
  right: 14px;
  bottom: 22px;
  transition: 0.3s;
}
.cat-card:hover .visual {
  filter: grayscale(0.2);
  transform: scale(1.07) rotate(-3deg);
}
.cat-card h3 {
  font-size: 13px;
  margin: 0;
}
.cat-card small {
  color: #6f706c;
  font-size: 10px;
}
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.product {
  background: #101111;
  border: 1px solid var(--line2);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.product:hover {
  transform: translateY(-4px);
  border-color: #3d3930;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.product-visual {
  height: 260px;
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(
    circle at 50% 50%,
    #292724,
    #141515 48%,
    #0d0e0e 75%
  );
  overflow: hidden;
  cursor: pointer;
}
.product-visual:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  bottom: 30px;
  opacity: 0.45;
}
.product-emoji {
  font-size: 105px;
  filter: grayscale(0.75) drop-shadow(0 18px 25px #000);
  transition: 0.4s;
}
.product:hover .product-emoji {
  transform: scale(1.08) rotate(-3deg);
  filter: grayscale(0.35) drop-shadow(0 18px 25px #000);
}
.badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 9px;
  border-radius: 3px;
  background: #ece7dc;
  color: #121212;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.heart {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  background: rgba(8, 8, 8, 0.65);
  border: 1px solid #353535;
  color: #ddd;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
}
.heart.on {
  color: var(--gold2);
  border-color: var(--gold);
}
.product-body {
  padding: 19px;
}
.product-cat {
  color: #777;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.product h3 {
  font-size: 13px;
  margin: 8px 0 15px;
  font-weight: 500;
}
.rating {
  color: var(--gold);
  font-size: 10px;
}
.rating span {
  color: #777;
  margin-left: 6px;
}
.product-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.price {
  font-size: 15px;
  font-weight: 600;
}
.old {
  color: #666;
  text-decoration: line-through;
  font-size: 10px;
  margin-left: 6px;
}
.add {
  width: 35px;
  height: 35px;
  background: transparent;
  color: #ddd;
  border: 1px solid #353535;
  border-radius: 50%;
  cursor: pointer;
}
.add:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #111;
}
.campaign {
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, #10100f 0%, rgba(12, 12, 12, 0.72)),
    url("assets/noventra-hero.png") center 60% / cover;
  border-block: 1px solid #28251f;
}
.campaign .wrap {
  position: relative;
}
.campaign-copy {
  width: 500px;
}
.campaign h2 {
  font-size: 46px;
  margin: 15px 0;
}
.campaign p {
  color: #aaa;
  line-height: 1.7;
}
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line2);
  border-radius: 12px;
}
.feature {
  padding: 30px;
  border-right: 1px solid var(--line2);
}
.feature:last-child {
  border: 0;
}
.feature i {
  color: var(--gold2);
  font-style: normal;
  font-size: 20px;
}
.feature h3 {
  font-size: 12px;
  margin: 18px 0 8px;
}
.feature p {
  color: #777;
  font-size: 10px;
  line-height: 1.6;
  margin: 0;
}
.newsletter {
  text-align: center;
  padding: 90px 20px;
  background: radial-gradient(
    circle at 50% 120%,
    rgba(198, 161, 95, 0.13),
    transparent 48%
  );
}
.newsletter h2 {
  font-size: 42px;
  margin: 15px;
}
.newsletter p {
  color: #888;
}
.subscribe {
  display: flex;
  width: min(500px, 100%);
  margin: 28px auto 0;
  border-bottom: 1px solid #46433c;
}
.subscribe input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 14px;
  outline: 0;
}
.subscribe button {
  background: none;
  border: 0;
  color: var(--gold2);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.footer {
  border-top: 1px solid #20201f;
  padding: 55px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 60px;
}
.footer .brand {
  display: inline-block;
}
.footer p {
  color: #777;
  max-width: 340px;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 20px;
}
.footer h4 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: #bdb9b0;
}
.footer-links {
  display: grid;
  gap: 12px;
  color: #777;
  font-size: 11px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #1c1c1b;
  padding-top: 25px;
  margin-top: 50px;
  color: #555;
  font-size: 10px;
}
.drawer-back {
  position: fixed;
  z-index: 40;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.drawer-back.open {
  opacity: 1;
  pointer-events: auto;
}
.drawer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(460px, 100%);
  background: #101111;
  border-left: 1px solid #302e29;
  padding: 28px;
  transform: translateX(100%);
  transition: 0.35s;
  display: flex;
  flex-direction: column;
}
.open .drawer {
  transform: none;
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #272727;
}
.drawer-head h2 {
  font-size: 20px;
  margin: 0;
}
.close {
  font-size: 22px;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
}
.cart-list {
  overflow: auto;
  flex: 1;
}
.cart-empty {
  margin: auto;
  text-align: center;
  color: #777;
}
.cart-empty b {
  font-size: 42px;
  display: block;
  filter: grayscale(1);
  margin-bottom: 20px;
}
.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #242424;
}
.mini-vis {
  height: 72px;
  border-radius: 7px;
  background: #191a19;
  display: grid;
  place-items: center;
  font-size: 34px;
  filter: grayscale(0.7);
}
.cart-item h4 {
  font-size: 11px;
  margin: 5px 0 7px;
}
.qty {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aaa;
  font-size: 11px;
}
.qty button {
  background: none;
  border: 1px solid #333;
  color: #bbb;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.remove {
  background: none;
  border: 0;
  color: #777;
  cursor: pointer;
}
.cart-total {
  border-top: 1px solid #2d2b26;
  padding-top: 20px;
}
.promo {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.promo input,
.field input,
.field select,
.field textarea,
.searchbar input {
  background: #121313;
  border: 1px solid #30302d;
  color: #eee;
  border-radius: 5px;
  padding: 12px;
  outline: none;
  width: 100%;
}
.promo input:focus,
.field input:focus,
.field textarea:focus,
.searchbar input:focus {
  border-color: #75633f;
}
.sumrow {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  color: #999;
  font-size: 11px;
}
.sumrow.total {
  font-size: 15px;
  color: white;
  margin: 18px 0;
}
.cart-total .btn {
  width: 100%;
}
.modal-back {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal {
  width: min(880px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: #111212;
  border: 1px solid #38352f;
  border-radius: 14px;
  box-shadow: var(--shadow);
  position: relative;
}
.modal.small {
  width: min(580px, 100%);
}
.modal-close {
  position: absolute;
  right: 17px;
  top: 15px;
  z-index: 2;
}
.checkout {
  padding: 35px;
}
.checkout h2 {
  font-size: 30px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.field {
  display: grid;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.field textarea {
  resize: vertical;
  min-height: 80px;
}
.checkout-summary {
  background: #171818;
  border: 1px solid #2b2b29;
  border-radius: 8px;
  padding: 18px;
  margin: 22px 0;
}
.success {
  text-align: center;
  padding: 65px 35px;
}
.success-mark {
  width: 70px;
  height: 70px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  color: var(--gold2);
  font-size: 28px;
}
.success h2 {
  font-size: 32px;
}
.success p {
  color: #888;
  line-height: 1.7;
}
.catalog-hero {
  padding: 70px 0 45px;
  background: radial-gradient(
    circle at 70% 0,
    rgba(198, 161, 95, 0.1),
    transparent 30%
  );
  border-bottom: 1px solid #1f201f;
}
.catalog-hero h1 {
  font-size: 50px;
  margin: 15px 0 10px;
}
.catalog-hero p {
  color: #888;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  padding: 55px 0 100px;
}
.filters {
  position: sticky;
  top: 110px;
  align-self: start;
}
.filter {
  border-bottom: 1px solid #272726;
  padding: 0 0 22px;
  margin-bottom: 22px;
}
.filter h4 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 15px;
}
.check {
  display: flex;
  gap: 9px;
  color: #888;
  font-size: 11px;
  margin: 10px 0;
  cursor: pointer;
}
.check input {
  accent-color: var(--gold);
}
.catalog-main .products {
  grid-template-columns: repeat(3, 1fr);
}
.catalog-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  color: #777;
  font-size: 11px;
}
.select {
  background: #121313;
  border: 1px solid #30302d;
  color: #bbb;
  padding: 9px;
  border-radius: 4px;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.detail-visual {
  min-height: 570px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #302c25, #111 60%);
  font-size: 200px;
  filter: grayscale(0.6);
}
.detail-copy {
  padding: 60px;
}
.detail-copy h2 {
  font-size: 38px;
  margin: 12px 0;
}
.detail-copy .price {
  font-size: 24px;
  margin: 20px 0;
}
.detail-copy p {
  color: #8d8d87;
  line-height: 1.8;
}
.detail-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 25px 0;
}
.detail-points div {
  border: 1px solid #292929;
  padding: 12px;
  color: #aaa;
  font-size: 10px;
}
.detail-actions {
  display: flex;
  gap: 10px;
}
.admin {
  min-height: 100vh;
  background: #090a0a;
  display: grid;
  grid-template-columns: 250px 1fr;
}
.sidebar {
  border-right: 1px solid #252524;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
}
.sidebar .brand {
  font-size: 17px;
  margin: 4px 10px 36px;
}
.admin-nav {
  display: grid;
  gap: 4px;
}
.admin-nav button {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: #898a86;
  background: transparent;
  border: 0;
  border-radius: 6px;
  padding: 11px 13px;
  cursor: pointer;
  font-size: 11px;
}
.admin-nav button:hover,
.admin-nav button.active {
  background: #252117;
  color: #e2c37f;
}
.admin-nav .navicon {
  width: 19px;
}
.sidebar-foot {
  margin-top: auto;
}
.admin-main {
  padding: 30px 36px;
  min-width: 0;
}
.admin-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.admin-title h1 {
  font-size: 27px;
  margin: 0 0 5px;
}
.admin-title p {
  color: #777;
  font-size: 10px;
}
.admin-user {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #aaa;
  font-size: 11px;
}
.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ddc489, #6d5631);
  color: #111;
  font-weight: 700;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.stat {
  background: #111212;
  border: 1px solid #252625;
  border-radius: 9px;
  padding: 20px;
}
.stat small {
  color: #777;
  font-size: 9px;
}
.stat strong {
  display: block;
  font-size: 23px;
  margin: 10px 0 4px;
}
.trend {
  font-size: 9px;
  color: var(--green);
}
.admin-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.panel {
  background: #111212;
  border: 1px solid #252625;
  border-radius: 9px;
  padding: 20px;
  overflow: hidden;
}
.panel h3 {
  font-size: 12px;
  margin: 0 0 20px;
}
.chart {
  height: 230px;
  display: flex;
  align-items: end;
  gap: 4%;
  border-bottom: 1px solid #2e2e2d;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 44px,
    #202120 45px
  );
}
.bar {
  flex: 1;
  background: linear-gradient(#c5a05f, #4b3e28);
  border-radius: 3px 3px 0 0;
  position: relative;
}
.bar.empty {
  height: 0;
}
.bar:hover:after {
  content: attr(data-v);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  background: #eee;
  color: #111;
  padding: 4px;
}
.donut-wrap {
  display: grid;
  place-items: center;
  gap: 12px;
}
.donut {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(
    var(--gold) 0 38%,
    #817053 38% 63%,
    #454545 63% 80%,
    #272727 80%
  );
  display: grid;
  place-items: center;
}
.donut:after {
  content: "Категории";
  width: 88px;
  height: 88px;
  background: #111212;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
  color: #777;
}
.empty-donut {
  background: #272727;
}
.chart-zero {
  color: #777;
  font-size: 11px;
}
.table-panel {
  margin-top: 14px;
}
.table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.searchbar {
  width: 230px;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}
.data-table th {
  text-align: left;
  color: #666;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px solid #2a2b2a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.data-table td {
  padding: 13px 10px;
  border-bottom: 1px solid #202120;
  color: #aaa;
}
.data-table td strong {
  color: #ddd;
}
.status {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 20px;
  background: #1c2a1e;
  color: #99c49d;
  font-size: 9px;
}
.status.wait {
  background: #2d271a;
  color: #d4b673;
}
.status.payment-error,
.status-select.payment-error {
  background: #332b16;
  border-color: #7c6423;
  color: #f1c95c;
}
.status.cancel {
  background: #2c1e1e;
  color: #d18a80;
}
.status-select.cancel {
  background: #351c1c;
  border-color: #793b3b;
  color: #ef8f85;
}
.status-select.wait {
  background: #2d271a;
  border-color: #6b592c;
  color: #d4b673;
}
.row-actions button {
  background: none;
  border: 0;
  color: #888;
  cursor: pointer;
}
.row-actions button:hover {
  color: var(--gold);
}
.admin-empty {
  padding: 60px;
  text-align: center;
  color: #777;
}
.activity {
  display: grid;
  gap: 0;
}
.activity-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #222;
}
.activity-row .avatar {
  width: 32px;
  height: 32px;
  font-size: 10px;
}
.activity-row b {
  font-size: 10px;
}
.activity-row p {
  font-size: 9px;
  color: #777;
  margin: 4px 0;
}
.activity-row time {
  font-size: 9px;
  color: #555;
}
.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  background: #ece7dc;
  color: #151515;
  padding: 13px 17px;
  border-radius: 5px;
  font-size: 11px;
  box-shadow: var(--shadow);
  transform: translateY(100px);
  opacity: 0;
  transition: 0.3s;
}
.toast.show {
  transform: none;
  opacity: 1;
}
.mobile-toggle {
  display: none;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-art {
  height: 500px;
  background: url("assets/noventra-hero.png") 68% center/cover;
  border: 1px solid #393329;
  position: relative;
}
.about-art:after {
  content: "01";
  position: absolute;
  left: -25px;
  bottom: -25px;
  font-family: Georgia;
  font-size: 90px;
  color: var(--gold);
  opacity: 0.5;
}
.about-copy h2 {
  font-size: 46px;
}
.about-copy p {
  color: #92928c;
  line-height: 1.9;
}
.legal {
  max-width: 850px;
  padding: 70px 0 100px;
}
.legal h1 {
  font-size: 46px;
}
.legal h2 {
  font-size: 18px;
  margin-top: 35px;
}
.legal p {
  color: #999;
  line-height: 1.8;
}
.mobile-admin {
  display: none;
}
@media (max-width: 1000px) {
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-main .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature:nth-child(2) {
    border-right: 0;
  }
  .feature:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line2);
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .admin {
    grid-template-columns: 82px 1fr;
  }
  .sidebar {
    padding: 25px 12px;
  }
  .sidebar .brand {
    font-size: 0;
    margin-left: 5px;
  }
  .sidebar .brand:before {
    content: "N";
    font-size: 25px;
  }
  .admin-nav button {
    font-size: 0;
    justify-content: center;
  }
  .admin-nav .navicon {
    font-size: 16px;
  }
  .sidebar-foot button {
    font-size: 0;
  }
  .about-grid {
    gap: 35px;
  }
  .product-detail {
    grid-template-columns: 1fr;
  }
  .detail-visual {
    min-height: 360px;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: min(100% - 32px, 1420px);
  }
  .topbar {
    display: none;
  }
  .nav {
    height: 66px;
    grid-template-columns: 1fr auto;
  }
  .navlinks {
    display: none;
  }
  .brand {
    font-size: 17px;
  }
  .mobile-toggle {
    display: grid;
  }
  .hero {
    min-height: 680px;
    align-items: end;
  }
  .hero:before {
    background:
      linear-gradient(
        0deg,
        #080909 5%,
        rgba(8, 9, 9, 0.55) 70%,
        rgba(8, 9, 9, 0.4)
      ),
      url("assets/noventra-hero.png") 65% center/cover;
  }
  .hero-content {
    padding: 240px 0 60px;
    width: 100%;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero p {
    font-size: 12px;
  }
  .hero-meta {
    margin-top: 45px;
    gap: 22px;
  }
  .hero-meta > div:last-child {
    display: none;
  }
  .section {
    padding: 70px 0;
  }
  .section-head {
    align-items: start;
  }
  .section-head h2 {
    font-size: 30px;
  }
  .section-head p {
    display: none;
  }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cat-card {
    height: 145px;
  }
  .products,
  .catalog-main .products {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .product-visual {
    height: 190px;
  }
  .product-emoji {
    font-size: 72px;
  }
  .product-body {
    padding: 14px;
  }
  .campaign-copy {
    width: 100%;
  }
  .campaign h2 {
    font-size: 36px;
  }
  .features {
    grid-template-columns: 1fr;
  }
  .feature {
    border-right: 0;
    border-bottom: 1px solid var(--line2) !important;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
  .filters {
    display: none;
  }
  .catalog-hero h1 {
    font-size: 40px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .modal {
    max-height: 95vh;
  }
  .product-detail {
    display: block;
  }
  .detail-copy {
    padding: 30px;
  }
  .detail-visual {
    min-height: 300px;
    font-size: 140px;
  }
  .detail-copy h2 {
    font-size: 29px;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-art {
    height: 350px;
  }
  .admin {
    display: block;
  }
  .sidebar {
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 250px;
    transition: 0.3s;
  }
  .sidebar.open {
    transform: none;
  }
  .sidebar .brand {
    font-size: 17px;
  }
  .sidebar .brand:before {
    display: none;
  }
  .admin-nav button {
    font-size: 11px;
    justify-content: flex-start;
  }
  .sidebar-foot button {
    font-size: 10px;
  }
  .admin-main {
    padding: 22px 16px;
  }
  .mobile-admin {
    display: grid;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .stat {
    padding: 15px;
  }
  .stat strong {
    font-size: 18px;
  }
  .admin-title h1 {
    font-size: 22px;
  }
  .admin-user span {
    display: none;
  }
  .table-panel {
    overflow: auto;
  }
  .data-table {
    min-width: 700px;
  }
  .chart {
    height: 180px;
  }
}
@media (max-width: 430px) {
  .products,
  .catalog-main .products {
    grid-template-columns: 1fr;
  }
  .product-visual {
    height: 230px;
  }
  .cat-card {
    height: 130px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: start;
  }
  .features {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 38px;
  }
}

@media (max-width: 760px) {
  .mobile-catalog-search {
    display: block;
  }
}

.hero.beauty:before {
  background:
    linear-gradient(
      90deg,
      #0b090a 0%,
      rgba(11, 9, 10, 0.94) 30%,
      rgba(11, 9, 10, 0.25) 70%
    ),
    url("assets/nails-hero.jpg") center/cover no-repeat;
}
.beauty-campaign {
  background:
    linear-gradient(90deg, #110d0f 5%, rgba(17, 13, 15, 0.55)),
    url("assets/products/purple.jpg") center 55% / cover;
}
.beauty-about {
  background-image: url("assets/nails-hero.jpg");
  background-position: center;
}
.beauty-cat .visual {
  font-family: Georgia, serif;
  color: var(--gold2);
  font-size: 58px;
  filter: none;
  opacity: 0.75;
}
.product-visual.photo {
  display: block;
  background: #181416;
}
.product-visual.photo:after {
  z-index: 1;
}
.product-visual.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.55s ease,
    filter 0.4s;
  filter: saturate(0.72) brightness(0.78);
}
.product:hover .product-visual.photo img {
  transform: scale(1.055);
  filter: saturate(0.95) brightness(0.9);
}
.mini-vis {
  overflow: hidden;
  padding: 0;
}
.mini-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-visual.photo {
  font-size: 0;
  padding: 0;
  overflow: hidden;
  filter: none;
  background: #181416;
}
.detail-visual.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-row .avatar {
  overflow: hidden;
}
.activity-row .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(199, 150, 124, 0.16),
      transparent 32%
    ),
    #0b090a;
}
.admin-login-card {
  width: min(440px, 100%);
  padding: 46px;
  background: #121011;
  border: 1px solid #382c31;
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.admin-login-card .brand {
  display: block;
  margin-bottom: 50px;
}
.admin-login-card h1 {
  font-size: 36px;
  margin: 18px 0 12px;
}
.admin-login-card p {
  color: #887b7f;
  line-height: 1.7;
  margin-bottom: 25px;
}
.admin-login-card small {
  display: block;
  color: #665b5f;
  margin: 17px 0;
}
.admin-login-card > .textlink {
  padding: 0;
}
.otp-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0d0b0c;
  border: 1px solid #49363d;
  border-radius: 8px;
  padding: 14px;
  margin-top: 22px;
}
.otp-code span {
  font-family: "DM Sans", monospace;
  font-size: 30px;
  letter-spacing: 0.22em;
  color: var(--gold2);
}
.mfa-setup {
  margin-top: 22px;
}
.mfa-setup img {
  display: block;
  width: min(280px, 100%);
  height: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 14px;
}
.mfa-setup code {
  display: inline-block;
  max-width: 100%;
  padding: 5px 8px;
  overflow-wrap: anywhere;
  background: #f3efe9;
  color: #241d20;
  border-radius: 6px;
  user-select: all;
}
.switch {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #999;
}
.switch input {
  accent-color: var(--gold);
}
.row-actions {
  white-space: nowrap;
}
.row-actions button + button {
  margin-left: 7px;
  color: #c57975;
}
@media (max-width: 720px) {
  .hero.beauty:before {
    background:
      linear-gradient(0deg, #0b090a 4%, rgba(11, 9, 10, 0.38) 75%),
      url("assets/nails-hero.jpg") 62% center/cover;
  }
  .admin-login-card {
    padding: 32px 24px;
  }
  .otp-code {
    display: grid;
    gap: 12px;
  }
  .otp-code span {
    font-size: 26px;
  }
}
.brand-page {
  background: #080607;
  color: #fff;
  overflow: clip;
}
.brand-intro {
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  padding: 150px 0 100px;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(192, 128, 139, 0.24),
      transparent 35%
    ),
    linear-gradient(180deg, #0d090b, #080607);
}
.brand-intro h1 {
  font-size: clamp(58px, 9vw, 138px);
  line-height: 0.87;
  letter-spacing: -0.055em;
  margin: 30px 0;
  max-width: 1100px;
}
.brand-intro h1 em {
  color: #d6a9b3;
  font-weight: 500;
}
.brand-intro p {
  max-width: 560px;
  color: #b9adb1;
  font-size: 19px;
  line-height: 1.75;
}
.scroll-cue {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 46px;
  color: #8d7f84;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
}
.scroll-cue i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #4b3c41;
  border-radius: 50%;
  animation: story-bob 1.8s ease-in-out infinite;
}
.story-scroll {
  height: 520vh;
  position: relative;
  background: #050405;
}
.story-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: #050405;
}
.story-sticky::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  background: url("assets/nails-hero.jpg") center / cover no-repeat;
  filter: blur(30px) saturate(0.75) brightness(0.42);
  transform: scale(1.1);
}
.story-sticky video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.92) contrast(1.04) brightness(0.86);
  transform: none;
}
.story-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 3, 4, 0.76),
      rgba(4, 3, 4, 0.08) 55%,
      rgba(4, 3, 4, 0.38)
    ),
    linear-gradient(
      0deg,
      rgba(4, 3, 4, 0.52),
      transparent 55%,
      rgba(4, 3, 4, 0.26)
    );
  z-index: 2;
}
.story-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 70% 48%,
    rgba(220, 164, 178, 0.12),
    transparent 34%
  );
  mix-blend-mode: screen;
  z-index: 3;
  pointer-events: none;
}
.story-progress {
  position: absolute;
  left: 4vw;
  right: 4vw;
  bottom: 35px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 5;
}
.story-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #f3d8de;
  transform: scaleX(0);
  transform-origin: left;
  box-shadow: 0 0 18px rgba(255, 213, 223, 0.8);
}
.story-beat {
  position: absolute;
  left: max(5vw, calc((100vw - 1200px) / 2));
  top: 50%;
  width: min(590px, 88vw);
  z-index: 4;
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
  text-shadow: 0 2px 35px rgba(0, 0, 0, 0.5);
}
.story-beat.right {
  left: auto;
  right: max(5vw, calc((100vw - 1200px) / 2));
  text-align: right;
}
.story-beat.center {
  left: 50%;
  top: 48%;
  transform: translate(-50%, 0);
  text-align: center;
  width: min(760px, 90vw);
}
.story-beat > span {
  display: block;
  color: #e2bec7;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  margin-bottom: 18px;
}
.story-beat h2 {
  font-size: clamp(44px, 6.2vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
}
.story-beat p {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
  color: #d0c5c8;
  max-width: 560px;
}
.story-beat.right p {
  margin-left: auto;
}
.story-beat.center .btn {
  margin-top: 18px;
}
.btn.light {
  background: #f8f2f3;
  color: #161114;
  border-color: #f8f2f3;
}
.brand-values {
  padding: 150px 0 170px;
  background: linear-gradient(155deg, #f4efeb, #eadfe0);
  color: #20191c;
}
.brand-values h2 {
  font-size: clamp(48px, 7vw, 100px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  max-width: 1000px;
  margin: 28px 0 80px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #cdbfc0;
  border: 1px solid #cdbfc0;
  margin-bottom: 50px;
}
.value-grid > div {
  padding: 40px;
  background: #f4efeb;
  min-height: 260px;
}
.value-grid b {
  display: block;
  color: #a87884;
  font-size: 12px;
  letter-spacing: 0.16em;
  margin-bottom: 55px;
}
.value-grid h3 {
  font-size: 23px;
  margin-bottom: 16px;
}
.value-grid p {
  color: #6f6367;
  line-height: 1.7;
}
.brand-values .btn {
  background: #21191c;
  color: #fff;
}
@keyframes story-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
@media (max-width: 760px) {
  .brand-intro {
    min-height: 78vh;
    padding: 120px 0 70px;
  }
  .brand-intro h1 {
    font-size: clamp(48px, 16vw, 78px);
  }
  .story-scroll {
    height: 470vh;
  }
  .story-sticky video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
  }
  .story-shade {
    background: linear-gradient(
      0deg,
      rgba(4, 3, 4, 0.78),
      rgba(4, 3, 4, 0.08) 72%
    );
  }
  .story-beat,
  .story-beat.right {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 90px;
    width: auto;
    text-align: left;
  }
  .story-beat.center {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 110px;
    width: auto;
    transform: none;
    text-align: left;
  }
  .story-beat h2 {
    font-size: clamp(40px, 12vw, 60px);
  }
  .story-beat p {
    font-size: 15px;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .brand-values {
    padding: 95px 0;
  }
  .brand-values h2 {
    margin-bottom: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .scroll-cue i {
    animation: none;
  }
  .story-sticky video,
  .story-beat {
    transition: none !important;
  }
}
.admin-session-list {
  display: grid;
}
.admin-session-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line2);
}
.admin-session-row:last-child {
  border-bottom: 0;
}
.admin-session-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold2);
}
.admin-session-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-session-row p,
.admin-session-row small {
  margin: 5px 0 0;
  color: var(--muted);
}
@media (max-width: 600px) {
  .admin-session-row {
    grid-template-columns: 36px minmax(0, 1fr);
  }
  .admin-session-row > .btn {
    grid-column: 2;
    justify-self: start;
  }
}
.donut:after {
  content: "Категорії";
}
.count-empty {
  display: none;
}
.field textarea {
  resize: none;
}
.mobile-filter {
  display: none;
}
.order-id {
  background: none;
  border: 0;
  color: var(--gold2);
  cursor: pointer;
  font-weight: 700;
  padding: 0;
}
.order-link {
  border: 1px solid transparent;
  padding-inline: 8px;
  border-radius: 7px;
}
.order-link:hover {
  border-color: #382c31;
  background: #151214;
}
.order-link > div:last-child {
  text-align: right;
  display: grid;
  gap: 7px;
}
.order-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  border-bottom: 1px solid #2a2326;
  padding-bottom: 18px;
}
.order-title h2 {
  margin-bottom: 6px;
}
.order-title p {
  color: #777;
  font-size: 10px;
}
.order-title > strong {
  font-size: 20px;
}
.order-lines {
  display: grid;
  margin: 18px 0;
}
.order-line {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #252022;
}
.order-line img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
}
.order-line b {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}
.order-line small {
  color: #777;
}
.order-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}
.order-promo {
  border-color: rgba(197, 160, 95, 0.55) !important;
  background: rgba(197, 160, 95, 0.08);
}
.order-info > div {
  display: grid;
  gap: 6px;
  border: 1px solid #2c2528;
  border-radius: 7px;
  padding: 13px;
  min-width: 0;
}
.order-info span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #766a6e;
}
.order-info b {
  font-size: 10px;
}
.order-info small {
  color: #777;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.one-time-check {
  border: 1px solid #342a2e;
  border-radius: 7px;
  padding: 13px !important;
  margin: 0;
}
.faq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 45px;
}
.faq details {
  background: #111;
  border: 1px solid #282124;
  border-radius: 8px;
  padding: 20px;
}
.faq summary {
  cursor: pointer;
  font-size: 12px;
  color: #ddd;
}
.faq p {
  color: #82777a;
  font-size: 10px;
  line-height: 1.7;
  margin: 15px 0 0;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold2);
  outline-offset: 3px;
}
@media (max-width: 720px) {
  body {
    font-size: 13px;
  }
  .nav {
    grid-template-columns: minmax(108px, 1fr) auto;
  }
  .brand {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .actions {
    gap: 1px;
  }
  .iconbtn {
    width: 34px;
    height: 34px;
  }
  .actions .iconbtn:nth-child(1) {
    display: none;
  }
  .hero {
    min-height: 620px;
  }
  .hero-content {
    padding-bottom: 42px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-meta {
    justify-content: space-between;
  }
  .section {
    padding: 58px 0;
  }
  .section.slim {
    padding: 48px 0;
  }
  .cat-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin-right: -16px;
  }
  .cat-card {
    min-width: 145px;
    scroll-snap-align: start;
  }
  .products,
  .catalog-main .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .product-visual {
    height: 175px;
  }
  .product h3 {
    font-size: 11px;
    line-height: 1.4;
    min-height: 31px;
  }
  .product-body {
    padding: 12px;
  }
  .rating span {
    display: none;
  }
  .price {
    font-size: 13px;
  }
  .old {
    display: block;
    margin: 4px 0 0;
  }
  .drawer {
    padding: 20px 16px;
  }
  .cart-item {
    grid-template-columns: 60px minmax(0, 1fr) 26px;
    gap: 10px;
  }
  .mini-vis {
    height: 60px;
  }
  .modal-back {
    padding: 10px;
    align-items: end;
  }
  .modal {
    max-height: 94dvh;
    border-radius: 16px 16px 0 0;
  }
  .checkout {
    padding: 28px 20px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .mobile-filter {
    display: block;
    max-width: 160px;
  }
  .catalog-tools {
    gap: 10px;
    flex-wrap: wrap;
  }
  .catalog-tools > select:not(.mobile-filter) {
    flex: 1;
  }
  .order-info {
    grid-template-columns: 1fr;
  }
  .order-line {
    grid-template-columns: 50px 1fr auto;
  }
  .order-line img {
    width: 50px;
    height: 50px;
  }
  .faq {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .table-head {
    align-items: flex-start;
    gap: 12px;
  }
  .table-head .btn {
    padding-inline: 12px;
  }
  .admin-main {
    padding: 18px 12px;
  }
  .panel {
    padding: 15px;
  }
  .data-table {
    min-width: 650px;
  }
  .admin-top {
    margin-bottom: 20px;
  }
  .toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .products,
  .catalog-main .products {
    grid-template-columns: 1fr;
  }
  .product-visual {
    height: 250px;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero-meta {
    gap: 12px;
  }
  .hero-meta strong {
    font-size: 15px;
  }
}

.mobile-price {
  display: none;
}
.price-range {
  margin-top: 28px;
}
.price-range h4 {
  margin-bottom: 13px;
}
.price-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: end;
}
.price-inputs label {
  display: grid;
  gap: 7px;
  color: #7f7477;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.price-inputs input {
  width: 100%;
  min-width: 0;
  background: #111;
  border: 1px solid #332b2e;
  color: #eee;
  padding: 10px;
  border-radius: 6px;
  font-size: 12px;
}
.price-inputs span {
  padding-bottom: 10px;
  color: #6d6064;
}
.price-actions {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 12px;
}
.price-actions .btn {
  padding: 10px 14px;
}
.catalog-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 20px;
  border: 1px dashed #332a2d;
  border-radius: 10px;
  color: #817579;
}
.catalog-empty b {
  display: block;
  color: #ddd;
  font:
    26px Georgia,
    serif;
}
.catalog-empty p {
  margin: 10px 0 24px;
}
.delivery-note {
  padding: 11px 0;
  color: #807477;
  font-size: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #272124;
}
.auth-modal {
  width: min(480px, 100%);
}
.google-btn {
  width: 100%;
  height: 48px;
  border: 1px solid #4a4144;
  background: #fff;
  color: #232124;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font:
    600 12px Manrope,
    sans-serif;
  cursor: pointer;
  margin: 22px 0 18px;
}
.google-g {
  font: bold 20px Arial;
  color: #4285f4;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #746a6d;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.auth-divider:before,
.auth-divider:after {
  content: "";
  height: 1px;
  background: #30292b;
  flex: 1;
}
.demo-hint {
  display: block;
  color: #655b5e;
  margin-top: 18px;
}
.review-link.disabled {
  color: #71686a;
  cursor: not-allowed;
}
.mobile-search-entry {
  width: 100%;
  margin-top: 32px;
  padding: 16px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: #eee;
  background: #171415;
  border: 1px solid #3b3034;
  border-radius: 10px;
  cursor: pointer;
}
.mobile-search-entry > span:first-child {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2b2225;
  color: var(--gold2);
  font-size: 20px;
}
.mobile-search-entry span:nth-child(2) {
  display: grid;
  gap: 5px;
}
.mobile-search-entry b {
  font-size: 12px;
}
.mobile-search-entry small {
  color: #817579;
  font-size: 9px;
}
.mobile-search-entry i {
  color: var(--gold2);
  font-style: normal;
}
.detail-media {
  min-width: 0;
  background: #161214;
}
.detail-media .detail-visual {
  height: calc(100% - 52px);
  min-height: 520px;
}
.detail-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #080808;
}
.media-tabs {
  height: 52px;
  display: flex;
  gap: 8px;
  padding: 8px;
  background: #0f0d0e;
  border-top: 1px solid #30272a;
}
.media-tabs button {
  border: 1px solid #372e31;
  background: transparent;
  color: #918589;
  border-radius: 6px;
  padding: 0 18px;
  cursor: pointer;
  font-size: 10px;
}
.media-tabs button.active {
  background: #d2a986;
  color: #17100d;
  border-color: #d2a986;
}
.search-modal {
  width: min(1120px, calc(100% - 48px));
  min-height: 650px;
}
.search-shell {
  padding: 58px;
}
.search-shell h2 {
  font-size: 40px;
  max-width: 760px;
  margin: 15px 0 30px;
}
.search-input {
  height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #6a545c;
}
.search-input > span {
  font-size: 30px;
  color: var(--gold2);
}
.search-input input {
  border: 0;
  background: transparent;
  color: #eee;
  font:
    22px Georgia,
    serif;
  min-width: 0;
  outline: 0;
}
.search-input kbd {
  border: 1px solid #40373a;
  border-radius: 4px;
  padding: 5px;
  color: #756a6e;
  font-size: 8px;
}
.search-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 20px 0 35px;
}
.search-chips button {
  background: #181416;
  border: 1px solid #352c2f;
  color: #a99da1;
  padding: 9px 13px;
  border-radius: 50px;
  cursor: pointer;
}
.search-count {
  font-size: 10px;
  color: #776b6f;
  margin-bottom: 12px;
}
.search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.search-card {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  align-items: center;
  text-align: left;
  background: #111;
  border: 1px solid #2d2729;
  color: #ddd;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
}
.search-card:hover {
  border-color: #795d67;
}
.search-card img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 5px;
}
.search-card span {
  display: grid;
  gap: 6px;
}
.search-card b {
  font-size: 11px;
}
.search-card small {
  color: #756a6e;
}
.search-card strong {
  font-size: 11px;
  padding-right: 8px;
}
.search-start {
  padding: 35px 0;
  color: #887b7f;
}
.search-start b {
  color: #ccc;
}
.order-page {
  min-height: 70vh;
  padding: 60px 0 100px;
  background:
    radial-gradient(circle at 80% 0, rgba(153, 102, 119, 0.1), transparent 28%),
    #0b0a0a;
}
.order-page-head {
  margin-bottom: 26px;
}
.order-page-head .eyebrow {
  margin-top: 35px;
}
.order-page-head h1 {
  font-size: 52px;
  margin: 10px 0;
}
.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.75fr);
  gap: 18px;
  align-items: start;
}
.order-shell,
.chat-panel {
  background: #121011;
  border: 1px solid #30282b;
  border-radius: 12px;
  padding: 28px;
}
.order-status {
  margin-top: 22px;
}
.chat-panel {
  position: sticky;
  top: 100px;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(198, 161, 95, 0.1), transparent 35%),
    #100f10;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.chat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #2c2527;
}
.chat-head h2 {
  font-size: 24px;
  margin: 8px 0 0;
}
.online-dot {
  color: #91ba93;
  font-size: 9px;
}
.online-dot:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #78a77d;
  border-radius: 50%;
  margin-right: 6px;
}
.chat-messages {
  height: 330px;
  overflow: auto;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.035) 0.7px,
    transparent 0.7px
  );
  background-size: 16px 16px;
  scrollbar-width: thin;
  scrollbar-color: #493a3f transparent;
}
.chat-msg {
  max-width: 86%;
  padding: 12px;
  border-radius: 5px 15px 15px 15px;
  background: linear-gradient(145deg, #252224, #1b191a);
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
.chat-msg.user {
  align-self: flex-end;
  border-radius: 15px 5px 15px 15px;
  background: linear-gradient(145deg, #5d4249, #3f2c32);
  border-color: rgba(218, 178, 143, 0.18);
}
.chat-msg b {
  font-size: 9px;
  color: #d4ae91;
}
.chat-msg p {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0;
  color: #ddd;
}
.chat-msg time {
  font-size: 8px;
  color: #817579;
}
.chat-empty,
.chat-locked {
  color: #817579;
  font-size: 10px;
  line-height: 1.7;
  padding: 28px;
}
.chat-locked b {
  color: #ddd;
  font-size: 13px;
}
.chat-form {
  border-top: 1px solid #2c2527;
  padding: 14px;
  background: rgba(12, 11, 12, 0.94);
}
.chat-form textarea {
  width: 100%;
  height: 76px;
  resize: none;
  background: #0d0c0c;
  border: 1px solid #352d30;
  border-radius: 7px;
  color: #eee;
  padding: 12px;
  font:
    11px Manrope,
    sans-serif;
  margin-bottom: 8px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.chat-form textarea:focus {
  outline: none;
  border-color: #8b6b55;
  box-shadow: 0 0 0 3px rgba(198, 161, 95, 0.08);
}
.chat-form .btn {
  width: 100%;
}

.empty-rating {
  color: #777;
  letter-spacing: 0.02em;
}
.catalog-search {
  margin-bottom: 24px;
}
.catalog-search label {
  display: block;
  margin-bottom: 9px;
  color: #9d938f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.catalog-search > div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #3a3033;
  border-radius: 8px;
  background: #121011;
}
.catalog-search input {
  width: 100%;
  min-width: 0;
  padding: 12px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f2eeee;
}
.mobile-catalog-search {
  display: none;
}
.media-upload {
  padding: 14px;
  border: 1px dashed #4b3b40;
  border-radius: 9px;
  background: #0f0d0e;
}
.media-upload input[type="file"] {
  padding: 8px 0;
  border: 0;
}
.media-upload img,
.media-upload video {
  display: block;
  width: 100%;
  max-height: 180px;
  margin-top: 10px;
  border-radius: 7px;
  object-fit: cover;
}
.media-upload small {
  color: #766a6e;
}
.admin-chat-row {
  width: 100%;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #242022;
  text-align: left;
  color: #ddd;
  cursor: pointer;
}
.admin-chat-row span {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.admin-chat-row small {
  color: #776b6f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-chat-row strong {
  color: var(--gold2);
  font-size: 10px;
}
@media (max-width: 900px) {
  .order-layout {
    grid-template-columns: 1fr;
  }
  .chat-panel {
    position: static;
  }
  .search-modal {
    width: calc(100% - 24px);
  }
  .search-shell {
    padding: 38px;
  }
  .detail-media .detail-visual {
    min-height: 380px;
  }
}
@media (max-width: 720px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
    padding-bottom: 0;
  }
  .wrap {
    width: min(100% - 24px, 1420px);
  }
  .header {
    backdrop-filter: blur(18px);
    background: rgba(10, 9, 9, 0.88);
  }
  .nav {
    height: 62px;
  }
  .hero {
    min-height: 580px;
    border-bottom: 1px solid #30272a;
  }
  .hero-content {
    padding: 205px 0 38px;
  }
  .hero h1 {
    font-size: 35px;
    line-height: 1.05;
  }
  .hero p {
    max-width: 92%;
    line-height: 1.6;
  }
  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .hero-buttons .btn {
    padding: 13px 9px;
    width: 100%;
  }
  .hero-meta {
    margin-top: 32px;
  }
  .hero-meta strong {
    font-size: 14px;
  }
  .cat-grid {
    gap: 8px;
  }
  .cat-card {
    min-width: 138px;
  }
  .products,
  .catalog-main .products {
    gap: 10px;
  }
  .product {
    border-radius: 9px;
    overflow: hidden;
  }
  .product-visual {
    height: 190px;
  }
  .product-body {
    min-height: 145px;
  }
  .product-row {
    align-items: end;
  }
  .add {
    width: 36px;
    height: 36px;
  }
  .catalog-hero {
    padding: 48px 0 34px;
  }
  .catalog-layout {
    padding-top: 18px;
  }
  .mobile-price {
    display: block;
    background: #121011;
    border: 1px solid #30282b;
    border-radius: 10px;
    padding: 0 14px 14px;
    margin-bottom: 14px;
  }
  .mobile-price .price-range {
    margin-top: 14px;
  }
  .mobile-price h4 {
    font-size: 11px;
  }
  .catalog-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .catalog-tools > span {
    grid-column: 1/-1;
  }
  .catalog-tools .select {
    width: 100%;
    min-width: 0;
  }
  .search-modal {
    width: 100%;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
  }
  .search-shell {
    padding: 70px 16px 24px;
  }
  .search-shell h2 {
    font-size: 27px;
    margin-bottom: 24px;
  }
  .search-input {
    height: 56px;
  }
  .search-input input {
    font-size: 16px;
  }
  .search-input kbd {
    display: none;
  }
  .search-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-right: -16px;
    padding-bottom: 5px;
  }
  .search-chips button {
    white-space: nowrap;
  }
  .search-grid {
    grid-template-columns: 1fr;
  }
  .search-card {
    grid-template-columns: 52px minmax(0, 1fr) auto;
  }
  .search-card img {
    width: 52px;
    height: 52px;
  }
  .detail-media .detail-visual {
    min-height: 310px;
    height: 310px;
  }
  .media-tabs {
    height: 48px;
  }
  .product-detail {
    max-height: calc(94dvh - 1px);
    overflow: auto;
  }
  .detail-copy {
    padding: 24px 18px 34px;
  }
  .detail-actions {
    position: sticky;
    bottom: -1px;
    background: #121011;
    padding: 12px 0;
    z-index: 4;
  }
  .order-page {
    padding: 35px 0 70px;
  }
  .order-page-head h1 {
    font-size: 38px;
  }
  .order-layout {
    width: 100%;
    gap: 10px;
  }
  .order-shell,
  .chat-panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 18px 14px;
  }
  .order-title {
    align-items: center;
  }
  .order-title h2 {
    font-size: 25px;
  }
  .order-title > strong {
    font-size: 15px;
  }
  .order-line {
    grid-template-columns: 48px minmax(0, 1fr) auto;
  }
  .order-line b {
    font-size: 10px;
  }
  .order-info {
    grid-template-columns: 1fr;
  }
  .chat-panel {
    padding: 0;
  }
  .chat-head {
    padding: 18px 14px;
  }
  .chat-messages {
    height: 290px;
  }
  .chat-form textarea {
    font-size: 16px;
  }
  .admin-chat-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .admin-chat-row > strong {
    grid-column: 2;
  }
  .footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 390px) {
  .hero h1 {
    font-size: 32px;
  }
  .products,
  .catalog-main .products {
    grid-template-columns: 1fr 1fr;
  }
  .product-visual {
    height: 170px;
  }
  .product-body {
    min-height: 148px;
  }
  .product .rating {
    font-size: 8px;
  }
  .product h3 {
    font-size: 10px;
  }
  .price {
    font-size: 12px;
  }
  .order-page-head {
    padding-inline: 14px;
  }
  .search-card strong {
    display: none;
  }
}
