﻿:root {
  --bg: #fffdf8;
  --text: #212121;
  --muted: #5f5a53;
  --primary: #df6f2b;
  --primary-dark: #b5561f;
  --line: #efe1d4;
  --surface: #ffffff;
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 233, 211, 0.35), rgba(255, 253, 248, 0.9) 240px),
    var(--bg);
}

.cx-velvet-ember-b73594-wrap {
  width: min(1060px, 92vw);
  margin: 0 auto;
}

.cx-velvet-ember-b73594-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}

.cx-velvet-ember-b73594-topbar-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cx-velvet-ember-b73594-top-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cx-velvet-ember-b73594-top-menu a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
}

.cx-velvet-ember-b73594-top-menu a:hover {
  color: var(--primary-dark);
}

.cx-velvet-ember-b73594-section {
  margin: 24px 0;
}

.cx-velvet-ember-b73594-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

h1,
h2,
h3 {
  margin-top: 0;
  letter-spacing: -0.015em;
}

.cx-velvet-ember-b73594-sub {
  color: var(--muted);
}

.cx-velvet-ember-b73594-pill {
  display: inline-block;
  border-radius: 999px;
  padding: 6px 12px;
  background: #fff1e6;
  color: #a94f1f;
  font-weight: 700;
}

.cx-velvet-ember-b73594-hero-grid,
.cx-velvet-ember-b73594-two,
.cx-velvet-ember-b73594-three {
  display: grid;
  gap: 16px;
}

.cx-velvet-ember-b73594-hero-grid,
.cx-velvet-ember-b73594-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cx-velvet-ember-b73594-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cx-velvet-ember-b73594-tile {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #fffdfa;
}

.cx-velvet-ember-b73594-hero-media {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 12px;
  background: #ffffff;
}

.cx-velvet-ember-b73594-product-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.cx-velvet-ember-b73594-icon {
  display: inline-flex;
  vertical-align: text-bottom;
  margin-right: 6px;
  color: var(--primary-dark);
}


.cx-velvet-ember-b73594-price {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cx-velvet-ember-b73594-price strong {
  font-size: 30px;
  color: var(--primary-dark);
}

.cx-velvet-ember-b73594-old {
  text-decoration: line-through;
  color: var(--muted);
}

.cx-velvet-ember-b73594-btn {
  text-decoration: none;
  display: inline-block;
  border: 0;
  background: linear-gradient(140deg, var(--primary), var(--primary-dark));
  color: white;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 10px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  padding: 11px;
  border-radius: 10px;
  border: 1px solid #e6d7c8;
  font: inherit;
}

textarea {
  min-height: 96px;
}

button[type='submit'] {
  border: 0;
  border-radius: 10px;
  background: var(--primary);
  color: white;
  font-weight: 700;
  padding: 11px 15px;
}

.cx-velvet-ember-b73594-cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #2f261d;
  color: #fff7ef;
  width: min(360px, calc(100vw - 32px));
  border-radius: 12px;
  padding: 12px;
}

.cx-velvet-ember-b73594-cookie-banner button {
  margin-top: 8px;
  border: 0;
  border-radius: 8px;
  padding: 8px 10px;
  background: #f1a365;
  color: #2f261d;
  font-weight: 700;
}

@media (max-width: 900px) {
  .cx-velvet-ember-b73594-hero-grid,
  .cx-velvet-ember-b73594-two,
  .cx-velvet-ember-b73594-three {
    grid-template-columns: 1fr;
  }

  .cx-velvet-ember-b73594-topbar-inner {
    min-height: auto;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}


:root {
  --bg: #f7f5fb;
  --text: #2e2840;
  --muted: #6d6684;
  --primary: #6b63b8;
  --primary-dark: #4f4894;
  --surface: #ffffff;
  --border: #e3def1;
  --line: #e3def1;
  --accent: #cf7a62;
  --ok: #2f8a66;
}
body {
  font-family: Georgia, 'Times New Roman', serif;
}
