﻿:root {
  --bg: #f4f8fc;
  --text: #122336;
  --muted: #516275;
  --primary: #1679d8;
  --primary-dark: #0f5ca6;
  --accent: #e85f3f;
  --surface: #ffffff;
  --border: #dbe7f3;
  --ok: #0b8f5f;
  --radius: 18px;
  --shadow: 0 12px 30px rgba(16, 31, 52, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: radial-gradient(circle at top right, #e8f2ff 0%, var(--bg) 42%);
  color: var(--text);
  line-height: 1.55;
}

.cx-frost-copper-1cb737-container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.cx-frost-copper-1cb737-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}

.cx-frost-copper-1cb737-topbar-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cx-frost-copper-1cb737-top-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cx-frost-copper-1cb737-top-menu a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.cx-frost-copper-1cb737-top-menu a:hover {
  color: var(--primary-dark);
}

.cx-frost-copper-1cb737-section {
  margin: 28px 0;
}

.cx-frost-copper-1cb737-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.2;
}

.cx-frost-copper-1cb737-muted {
  color: var(--muted);
}

.cx-frost-copper-1cb737-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(232, 95, 63, 0.14);
  color: #9d2f17;
}

.cx-frost-copper-1cb737-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}

.cx-frost-copper-1cb737-price-current {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-dark);
}

.cx-frost-copper-1cb737-price-old {
  text-decoration: line-through;
  color: var(--muted);
}

.cx-frost-copper-1cb737-grid-2,
.cx-frost-copper-1cb737-grid-3 {
  display: grid;
  gap: 16px;
}

.cx-frost-copper-1cb737-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cx-frost-copper-1cb737-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cx-frost-copper-1cb737-stat {
  background: #f7fbff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px;
}

.cx-frost-copper-1cb737-hero-media {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 12px;
}

.cx-frost-copper-1cb737-product-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.cx-frost-copper-1cb737-icon {
  display: inline-flex;
  vertical-align: text-bottom;
  margin-right: 6px;
  color: var(--primary-dark);
}


ul.cx-frost-copper-1cb737-clean {
  margin: 0;
  padding-left: 20px;
}

.cx-frost-copper-1cb737-cta {
  display: inline-block;
  border: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

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

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

textarea {
  min-height: 96px;
  resize: vertical;
}

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

.cx-frost-copper-1cb737-cookie-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: min(360px, calc(100vw - 32px));
  background: #0f2338;
  color: #f2f7ff;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 16px 30px rgba(6, 12, 21, 0.35);
}

.cx-frost-copper-1cb737-cookie-banner button {
  margin-top: 8px;
  background: #2da66f;
  color: white;
  border: 0;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

footer {
  margin: 42px 0 24px;
  color: #5b6878;
  font-size: 14px;
}

@media (max-width: 900px) {
  .cx-frost-copper-1cb737-grid-2,
  .cx-frost-copper-1cb737-grid-3 {
    grid-template-columns: 1fr;
  }

  .cx-frost-copper-1cb737-topbar-inner {
    min-height: auto;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .cx-frost-copper-1cb737-card {
    padding: 20px;
  }
}


:root {
  --bg: #fff6f4;
  --text: #3a2624;
  --muted: #7a5e5a;
  --primary: #da6b5b;
  --primary-dark: #b65245;
  --surface: #ffffff;
  --border: #f1ddd8;
  --line: #f1ddd8;
  --accent: #d89b4a;
  --ok: #2f8960;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
